Skip to content

Commit

Permalink
Bump references to Develocity Gradle plugin from 3.17.6 to 3.18.1 (#9)
Browse files Browse the repository at this point in the history
This PR bumps references to Develocity Gradle plugin from 3.17.6 to
3.18.1.
  • Loading branch information
welandaz authored Sep 19, 2024
2 parents d6b0962 + b6c3d92 commit b441b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.develocity") version("3.17.6")
id("com.gradle.develocity") version("3.18.1")
id("com.gradle.common-custom-user-data-gradle-plugin") version("2.0.2")
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/com/gradle/BaseInitScriptTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.util.stream.Collectors
import java.util.zip.GZIPOutputStream

abstract class BaseInitScriptTest extends Specification {
static final String DEVELOCITY_PLUGIN_VERSION = '3.17.6'
static final String DEVELOCITY_PLUGIN_VERSION = '3.18.1'
static final String CCUD_PLUGIN_VERSION = '2.0.2'

static final TestGradleVersion GRADLE_3_X = new TestGradleVersion(GradleVersion.version('3.5.1'), 7, 9)
Expand Down

0 comments on commit b441b75

Please sign in to comment.