We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b846bc commit 2b2b667Copy full SHA for 2b2b667
1 file changed
allure-testng/build.gradle.kts
@@ -38,7 +38,6 @@ tasks.withType(JavaCompile::class) {
38
options.release.set(11)
39
}
40
41
-
42
val spiOffJar: Jar by tasks.creating(Jar::class) {
43
from(sourceSets.getByName("main").output)
44
archiveClassifier.set("spi-off")
0 commit comments