Skip to content

Commit 22f0edb

Browse files
chore: adjust shadow plugin coordinates (#1339)
1 parent 04e3f29 commit 22f0edb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluginManagement {
2828
}
2929
}
3030
plugins {
31-
id("com.github.johnrengelman.shadow") version "8.1.1"
31+
id("com.gradleup.shadow") version "8.3.0"
3232
id("com.gradle.develocity") version "3.18.2"
3333
id("com.gradle.plugin-publish") version "1.1.0"
3434
}

shadowed/antlr/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
plugins {
66
`java-library`
77
antlr
8-
id("com.github.johnrengelman.shadow")
8+
id("com.gradleup.shadow")
99
groovy
1010
id("convention")
1111
// This project doesn't need Kotlin, but it is now applied thanks to `convention`. problem?

shadowed/asm-relocated/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33
plugins {
44
`java-library`
5-
id("com.github.johnrengelman.shadow")
5+
id("com.gradleup.shadow")
66
id("convention")
77
// This project doesn't need Kotlin, but it is now applied thanks to `convention`. problem?
88
}

shadowed/kotlin-editor-relocated/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("convention")
3-
id("com.github.johnrengelman.shadow")
3+
id("com.gradleup.shadow")
44
}
55

66
version = "${libs.versions.kotlineditor.core.get()}.1-SNAPSHOT"

testkit/settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424
}
2525
plugins {
2626
id("com.autonomousapps.testkit") version "0.8"
27-
id("com.github.johnrengelman.shadow") version "8.1.1"
27+
id("com.gradleup.shadow") version "8.3.0"
2828
id("com.gradle.develocity") version "3.18.2"
2929
id("com.gradle.plugin-publish") version "1.1.0"
3030
id("org.jetbrains.dokka") version "1.9.20"

0 commit comments

Comments
 (0)