Skip to content

Commit 3b724cf

Browse files
authored
chore: replace com.github.johnrengelman.shadow with com.gradleup.shadow (#526)
1 parent 229de33 commit 3b724cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeSnippets/snippets/google-appengine-standard/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
application
99
kotlin("jvm")
1010
id("com.google.cloud.tools.appengine") version "2.8.0"
11-
id("com.github.johnrengelman.shadow") version "7.1.2"
11+
id("com.gradleup.shadow") version "8.3.1"
1212
}
1313

1414
application {

0 commit comments

Comments
 (0)