We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d780b4 commit e5a84ceCopy full SHA for e5a84ce
1 file changed
buildSrc/src/main/kotlin/multiloader-common.gradle.kts
@@ -11,9 +11,6 @@ base {
11
}
12
13
java {
14
- withSourcesJar()
15
- withJavadocJar()
16
-
17
val javaVersion = commonProject.prop("java.version")!!.toInt()
18
19
toolchain.languageVersion = JavaLanguageVersion.of(javaVersion)
0 commit comments