Build: Introduce Project extension properties for source sets
This commit is contained in:
@@ -32,7 +32,7 @@ val shadowJar by task<ShadowJar> {
|
||||
classifier = "shadow"
|
||||
version = null
|
||||
configurations = listOf(shadows)
|
||||
from(javaPluginConvention().sourceSets.getByName("main").output)
|
||||
from(mainSourceSet.output)
|
||||
manifest {
|
||||
attributes["Main-Class"] = "org.jetbrains.kotlin.kotlinp.Main"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user