We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c0cfb commit 2389631Copy full SHA for 2389631
1 file changed
google-ads-shadowjar/build.gradle
@@ -1,3 +1,11 @@
1
+buildscript {
2
+ dependencies {
3
+ // Overrides the log4j dependency used by the shadow plugin during build
4
+ // execution. This does not impact the runtime classpath of the library.
5
+ classpath 'org.apache.logging.log4j:log4j-core:2.16.0'
6
+ }
7
+}
8
+
9
plugins {
10
id 'com.google.api-ads.java-conventions'
11
id 'com.github.johnrengelman.shadow' version '6.1.0'
0 commit comments