[repo] Migrate Groovy build scripts to use 'javadocJar()' directly from buildSrc

This commit is contained in:
Yahor Berdnikau
2023-06-30 18:33:15 +02:00
committed by Space Team
parent 5de2b5aeb4
commit 6d5f1c84a7
19 changed files with 23 additions and 28 deletions
@@ -18,4 +18,4 @@ jar {
}
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
+1 -1
View File
@@ -14,7 +14,7 @@ jar {
}
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
tasks.withType(org.jetbrains.kotlin.gradle.dsl.KotlinCompile) {
kotlinOptions.freeCompilerArgs += ["-Xallow-kotlin-package", "-opt-in=kotlin.RequiresOptIn"]
+1 -1
View File
@@ -88,4 +88,4 @@ artifacts {
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
+1 -1
View File
@@ -27,7 +27,7 @@ jar {
}
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
compileKotlin {
kotlinOptions.freeCompilerArgs = [
+1 -1
View File
@@ -28,7 +28,7 @@ jar {
}
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
compileKotlin {
kotlinOptions.freeCompilerArgs = [
+1 -1
View File
@@ -30,7 +30,7 @@ jar {
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
compileKotlin {
kotlinOptions.freeCompilerArgs = [
+1 -1
View File
@@ -29,7 +29,7 @@ jar {
}
configureSourcesJar()
configureJavadocJar()
RepoArtifacts.javadocJar(project)
compileKotlin {
kotlinOptions.freeCompilerArgs = [