To start a JAR build with shadowJar you need to add the corresponding task to build.gradle.kts.
What lines should be added?
Put them in the correct order and set the indents.
To start a JAR build with shadowJar you need to add the corresponding task to build.gradle.kts.
What lines should be added?
Put them in the correct order and set the indents.
manifest {
}
attributes(Pair("Main-Class", "com.example.ApplicationKt"))
tasks{
shadowJar {
}
}
Create a free account to access the full topic