Skip to content

Commit

Permalink
Pull in com.gradle.develocity transitively
Browse files Browse the repository at this point in the history
Closes gh-92
  • Loading branch information
wilkinsona committed Sep 11, 2024
1 parent cebaa50 commit 5408259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 1 addition & 15 deletions develocity-conventions-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "build-conventions"
id "java-gradle-plugin"
id "maven-publish"
id "io.spring.compatibility-test" version "0.0.2"
}

description = "Develocity Conventions Gradle plugin"
Expand All @@ -13,11 +12,9 @@ repositories {
}

dependencies {
compileOnly("com.gradle:develocity-gradle-plugin:${develocityPluginVersion}")

implementation(project(":develocity-conventions-core"))
implementation("com.gradle:develocity-gradle-plugin:3.18")

testImplementation("com.gradle:develocity-gradle-plugin:${develocityPluginVersion}")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.mockito:mockito-core:4.11.0")
Expand All @@ -33,14 +30,3 @@ gradlePlugin {
}
}
}

compatibilityTest {
useJUnitPlatform()
dependency('Develocity Gradle Plugin') { develocityPlugin ->
develocityPlugin.groupId = 'com.gradle'
develocityPlugin.artifactId = 'develocity-gradle-plugin'
develocityPlugin.versions = [
'3.17.2'
]
}
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version=0.0.21-SNAPSHOT

develocityPluginVersion=3.18
javaFormatVersion=0.0.43

0 comments on commit 5408259

Please sign in to comment.