Fix AbstractArchiveTask deprecations
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
44b2905800
commit
61b12c9dbf
@@ -43,8 +43,8 @@ projectTest {
|
||||
val generateTests by generator("org.jetbrains.kotlin.kotlinp.test.GenerateKotlinpTestsKt")
|
||||
|
||||
val shadowJar by task<ShadowJar> {
|
||||
classifier = "shadow"
|
||||
version = null
|
||||
archiveClassifier.set("shadow")
|
||||
archiveVersion.set("")
|
||||
configurations = listOf(shadows)
|
||||
from(mainSourceSet.output)
|
||||
manifest {
|
||||
|
||||
Reference in New Issue
Block a user