We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b19012 commit 9ca6ea5Copy full SHA for 9ca6ea5
buildSrc/build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation("com.github.docker-java:docker-java-core:$dockerJavaVersion")
19
implementation("com.bmuschko:gradle-docker-plugin:9.4.0")
20
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
21
- implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta17")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-rc1")
22
implementation("com.github.node-gradle:gradle-node-plugin:7.1.0")
23
implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
24
implementation("com.gorylenko.gradle-git-properties:gradle-git-properties:2.5.0")
0 commit comments