File tree Expand file tree Collapse file tree
configure-develocity-maven-extension Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.gradle.crypto.checksum.Checksum
55
66plugins {
77 id(" base" )
8- id(" com.felipefzdz.gradle.shellcheck" ) version " 1.5.0 "
8+ id(" com.felipefzdz.gradle.shellcheck" ) version " 1.5.1 "
99 id(" com.github.breadmoirai.github-release" ) version " 2.5.2"
1010 id(" org.gradle.crypto.checksum" ) version " 1.4.0"
1111}
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" com.gradleup.shadow" ) version " 9.3.0 "
3+ id(" com.gradleup.shadow" ) version " 9.4.1 "
44}
55
66repositories {
77 mavenCentral()
88}
99
1010dependencies {
11- compileOnly(" org.apache.maven:maven-core:3.6.3 " ) {
11+ compileOnly(" org.apache.maven:maven-core:3.9.14 " ) {
1212 because(" compatibility with older versions of Maven is required" )
1313 }
1414 compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.20.1" ) {
1515 because(" compatibility with older versions of the Gradle Enterprise Maven extension is required" )
1616 }
17- compileOnly(" com.gradle:develocity-maven-extension:2.3 " )
17+ compileOnly(" com.gradle:develocity-maven-extension:2.4.0 " )
1818 implementation(" com.gradle:develocity-maven-extension-adapters:1.0" )
1919}
2020
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ invoke_gradle() {
2323 args+=(
2424 -Ddevelocity-injection.plugin-repository.url=https://plugins.gradle.org/m2
2525 -Ddevelocity-injection.develocity-plugin.version=" 3.14.1"
26- -Ddevelocity-injection.ccud-plugin.version=" 2.4 .0"
26+ -Ddevelocity-injection.ccud-plugin.version=" 2.5 .0"
2727 )
2828 fi
2929
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.gradle.develocity" ) version " 4.3 "
3- id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.4 .0"
2+ id(" com.gradle.develocity" ) version " 4.4.0 "
3+ id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.5 .0"
44 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
55}
66
You can’t perform that action at this time.
0 commit comments