Skip to content

Commit aadd956

Browse files
committed
Migrate Shadow plugin to new plugin ID
The old plugin does not support Gradle 9.0.0.
1 parent b974426 commit aadd956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/configure-develocity-maven-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("com.github.johnrengelman.shadow") version "8.1.1"
3+
id("com.gradleup.shadow") version "8.3.8"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)