File tree 2 files changed +1
-16
lines changed
develocity-conventions-gradle-plugin 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
id " build-conventions"
3
3
id " java-gradle-plugin"
4
4
id " maven-publish"
5
- id " io.spring.compatibility-test" version " 0.0.2"
6
5
}
7
6
8
7
description = " Develocity Conventions Gradle plugin"
@@ -13,11 +12,9 @@ repositories {
13
12
}
14
13
15
14
dependencies {
16
- compileOnly(" com.gradle:develocity-gradle-plugin:${ develocityPluginVersion} " )
17
-
18
15
implementation(project(" :develocity-conventions-core" ))
16
+ implementation(" com.gradle:develocity-gradle-plugin:3.18" )
19
17
20
- testImplementation(" com.gradle:develocity-gradle-plugin:${ develocityPluginVersion} " )
21
18
testImplementation(" org.assertj:assertj-core:3.24.2" )
22
19
testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0" )
23
20
testImplementation(" org.mockito:mockito-core:4.11.0" )
@@ -33,14 +30,3 @@ gradlePlugin {
33
30
}
34
31
}
35
32
}
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 1
1
version =0.0.21-SNAPSHOT
2
2
3
- develocityPluginVersion =3.18
4
3
javaFormatVersion =0.0.43
You can’t perform that action at this time.
0 commit comments