Skip to content

Commit 6008525

Browse files
committed
Upgrade Gradle shadow plugin
1 parent d5aeabd commit 6008525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
44
plugins {
55
java
66
application
7-
id("com.github.johnrengelman.shadow") version "6.1.0"
7+
id("com.github.johnrengelman.shadow") version "8.1.1"
88
}
99

1010
group = "com.example"
@@ -24,7 +24,7 @@ val watchForChange = "src/**/*"
2424
val doOnChange = "${projectDir}/gradlew classes"
2525

2626
application {
27-
mainClassName = launcherClassName
27+
mainClass = launcherClassName
2828
}
2929

3030
dependencies {

0 commit comments

Comments
 (0)