Remove 'classifier' method usages in tests

^KT-55624 In Progress
This commit is contained in:
Yahor Berdnikau
2023-03-14 15:45:54 +01:00
committed by Space Team
parent 7f4c65fe10
commit 8d02a415b2
3 changed files with 3 additions and 3 deletions
@@ -418,7 +418,7 @@ class KotlinGradleIT : KGPBaseTest() {
task sourcesJar(type: Jar) {
from sourceSets.main.allSource
classifier 'source'
archiveClassifier = 'source'
duplicatesStrategy = 'fail' // fail in case of Java source duplication, see KT-17564
}
@@ -21,7 +21,7 @@ dependencies {
task jarSources(type: Jar) {
from sourceSets.main.allSource
classifier = 'source'
archiveClassifier = 'source'
}
artifacts {
implementation jarSources
@@ -22,7 +22,7 @@ dependencies {
task jarSources(type: Jar) {
from sourceSets.main.allSource
classifier = 'source'
archiveClassifier = 'source'
}
artifacts {
implementation jarSources