aaltay commented on pull request #16269:
URL: https://github.com/apache/beam/pull/16269#issuecomment-998400860
Changed to have a better identifier in the name. Kept the snapshot since
this is not a released version.
Additional delta:
```
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -38,7 +38,7 @@ repositories {
dependencies {
compile(gradleApi())
compile(localGroovy())
- compile("com.github.jengelman.gradle.plugins:shadow:6.1.0-SNAPSHOT")
+
compile("com.github.jengelman.gradle.plugins:shadow:6.1.0-log4jfix-SNAPSHOT")
compile("gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0")
runtime("net.ltgt.gradle:gradle-apt-plugin:0.21")
// Enable a Java annotation processor
```
--
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]