Fix AbstractArchiveTask deprecations

This commit is contained in:
Jerome Prinet
2022-04-08 10:49:06 +02:00
committed by Vyacheslav Gerasimov
parent 44b2905800
commit 61b12c9dbf
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 {