@@ -4,24 +4,26 @@ pluginManagement {
44 // 8+ has many changes: https://github.com/grpc/grpc-java/issues/10152
55 id " com.android.application" version " 7.4.1"
66 id " com.android.library" version " 7.4.1"
7- // https://github.com/johnrengelman/shadow/releases
8- id " com.github.johnrengelman.shadow" version " 8.1.1"
97 // https://github.com/kt3k/coveralls-gradle-plugin/tags
108 id " com.github.kt3k.coveralls" version " 2.12.2"
119 // https://github.com/GoogleCloudPlatform/appengine-plugins/releases
1210 id " com.google.cloud.tools.appengine" version " 2.8.0"
1311 // https://github.com/GoogleContainerTools/jib/blob/master/jib-gradle-plugin/CHANGELOG.md
14- id " com.google.cloud.tools.jib" version " 3.4.3 "
12+ id " com.google.cloud.tools.jib" version " 3.4.4 "
1513 // https://github.com/google/osdetector-gradle-plugin/tags
1614 id " com.google.osdetector" version " 1.7.3"
1715 // https://github.com/google/protobuf-gradle-plugin/releases
1816 id " com.google.protobuf" version " 0.9.4"
17+ // https://github.com/GradleUp/shadow/releases
18+ // 8.3.2+ requires Java 11+
19+ // 8.3.1 breaks apache imports for netty/shaded, fixed in 8.3.2
20+ id " com.gradleup.shadow" version " 8.3.0"
1921 // https://github.com/melix/japicmp-gradle-plugin/blob/master/CHANGELOG.txt
2022 id " me.champeau.gradle.japicmp" version " 0.4.2"
2123 // https://github.com/melix/jmh-gradle-plugin/releases
2224 id " me.champeau.jmh" version " 0.7.2"
2325 // https://github.com/tbroyer/gradle-errorprone-plugin/releases
24- id " net.ltgt.errorprone" version " 4.0.1 "
26+ id " net.ltgt.errorprone" version " 4.1.0 "
2527 // https://github.com/xvik/gradle-animalsniffer-plugin/releases
2628 id " ru.vyarus.animalsniffer" version " 1.7.1"
2729 }
0 commit comments