Skip to content

Commit a844c07

Browse files
committed
Update shadow Gradle plugin
Updating the shadow Gradle plugin to work with Gradle 9.0. See https://github.com/GradleUp/shadow for Gradle compatibility.
1 parent c0e75a9 commit a844c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "java"
33
id "application"
44
id "jacoco"
5-
id "com.github.johnrengelman.shadow" version "8.1.1"
5+
id 'com.gradleup.shadow' version '9.2.2'
66
id "ru.vyarus.mkdocs-build" version '4.0.1'
77
}
88

0 commit comments

Comments
 (0)