This commit is contained in:
2022-02-14 02:16:17 +08:00
parent c40bd33762
commit 0d2b666b56
64 changed files with 120 additions and 829 deletions

View File

@@ -9,15 +9,9 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceSets.main { java.srcDir("src/api/kotlin") }
withJavadocJar()
withSourcesJar()
}
javadoc {
options.addStringOption("charset", "UTF-8")
if (JavaVersion.current().isJava9Compatible()) options.addBooleanOption("html5", true)
}
kotlin { sourceSets.main { kotlin.srcDir("src/api/kotlin") } }
dependencies {