[repo] Migrate Groovy build scripts to use 'sourcesJar()' directly from buildSrc
This commit is contained in:
committed by
Space Team
parent
6d5f1c84a7
commit
d7fc4a1d27
@@ -17,5 +17,5 @@ jar {
|
||||
manifestAttributes(manifest, project, 'Test')
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
@@ -13,7 +13,7 @@ jar {
|
||||
manifestAttributes(manifest, project, 'Test')
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.dsl.KotlinCompile) {
|
||||
|
||||
@@ -86,6 +86,5 @@ artifacts {
|
||||
}
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
@@ -26,7 +26,7 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
|
||||
@@ -27,7 +27,7 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
|
||||
@@ -28,8 +28,7 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
|
||||
@@ -28,7 +28,7 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
|
||||
Reference in New Issue
Block a user