We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aeabd commit 6008525Copy full SHA for 6008525
build.gradle.kts
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
4
plugins {
5
java
6
application
7
- id("com.github.johnrengelman.shadow") version "6.1.0"
+ id("com.github.johnrengelman.shadow") version "8.1.1"
8
}
9
10
group = "com.example"
@@ -24,7 +24,7 @@ val watchForChange = "src/**/*"
24
val doOnChange = "${projectDir}/gradlew classes"
25
26
application {
27
- mainClassName = launcherClassName
+ mainClass = launcherClassName
28
29
30
dependencies {
0 commit comments