[repo] Migrate Groovy build scripts to use 'javadocJar()' directly from buildSrc
This commit is contained in:
committed by
Space Team
parent
5de2b5aeb4
commit
6d5f1c84a7
@@ -19,7 +19,7 @@ dependencies {
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
configureJavadocJar()
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
|
||||
@@ -6,6 +6,6 @@ dependencies {
|
||||
embedded(project(":kotlinx-serialization-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
ArtifactsKt.runtimeJar(project, {})
|
||||
RepoArtifacts.runtimeJar(project, {})
|
||||
configureSourcesJar()
|
||||
configureJavadocJar()
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
}
|
||||
|
||||
configureSourcesJar()
|
||||
configureJavadocJar()
|
||||
RepoArtifacts.javadocJar(project)
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
|
||||
Reference in New Issue
Block a user