Skip to content

Commit 5408259

Browse files
committed
Pull in com.gradle.develocity transitively
Closes gh-92
1 parent cebaa50 commit 5408259

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

develocity-conventions-gradle-plugin/build.gradle

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
id "build-conventions"
33
id "java-gradle-plugin"
44
id "maven-publish"
5-
id "io.spring.compatibility-test" version "0.0.2"
65
}
76

87
description = "Develocity Conventions Gradle plugin"
@@ -13,11 +12,9 @@ repositories {
1312
}
1413

1514
dependencies {
16-
compileOnly("com.gradle:develocity-gradle-plugin:${develocityPluginVersion}")
17-
1815
implementation(project(":develocity-conventions-core"))
16+
implementation("com.gradle:develocity-gradle-plugin:3.18")
1917

20-
testImplementation("com.gradle:develocity-gradle-plugin:${develocityPluginVersion}")
2118
testImplementation("org.assertj:assertj-core:3.24.2")
2219
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
2320
testImplementation("org.mockito:mockito-core:4.11.0")
@@ -33,14 +30,3 @@ gradlePlugin {
3330
}
3431
}
3532
}
36-
37-
compatibilityTest {
38-
useJUnitPlatform()
39-
dependency('Develocity Gradle Plugin') { develocityPlugin ->
40-
develocityPlugin.groupId = 'com.gradle'
41-
develocityPlugin.artifactId = 'develocity-gradle-plugin'
42-
develocityPlugin.versions = [
43-
'3.17.2'
44-
]
45-
}
46-
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
version=0.0.21-SNAPSHOT
22

3-
develocityPluginVersion=3.18
43
javaFormatVersion=0.0.43

0 commit comments

Comments
 (0)