aaltay commented on a change in pull request #16319:
URL: https://github.com/apache/beam/pull/16319#discussion_r773578597
##########
File path: buildSrc/build.gradle.kts
##########
@@ -38,24 +38,22 @@ repositories {
dependencies {
implementation(gradleApi())
implementation(localGroovy())
-
implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0-log4jfix-SNAPSHOT")
-
implementation("gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0")
+ implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.1")
Review comment:
You can also delete `jarlibs` directory and remove L34 related to that
above.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]