File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
develocity-conventions-gradle-plugin Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff 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
87description = " Develocity Conventions Gradle plugin"
@@ -13,11 +12,9 @@ repositories {
1312}
1413
1514dependencies {
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- }
Original file line number Diff line number Diff line change 11version =0.0.21-SNAPSHOT
22
3- develocityPluginVersion =3.18
43javaFormatVersion =0.0.43
You can’t perform that action at this time.
0 commit comments