Skip to content

Commit 20816cb

Browse files
committed
Upgrade to Develocity Gradle Plugin 3.19.2
Closes gh-98
1 parent fabb6cd commit 20816cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

develocity-conventions-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
implementation(project(":develocity-conventions-core"))
16-
implementation("com.gradle:develocity-gradle-plugin:3.18.1")
16+
implementation("com.gradle:develocity-gradle-plugin:3.19.2")
1717

1818
testImplementation("org.assertj:assertj-core:3.24.2")
1919
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")

develocity-conventions-gradle-plugin/src/test/java/io/spring/develocity/conventions/gradle/TestDevelocityConfiguration.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,9 @@ public Property<String> getServer() {
6767

6868
}
6969

70+
@Override
71+
public Property<Boolean> getEdgeDiscovery() {
72+
throw new UnsupportedOperationException();
73+
}
74+
7075
}

0 commit comments

Comments
 (0)