We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ee06a + 11c26d8 commit 0c6ba8cCopy full SHA for 0c6ba8c
build.gradle.kts
@@ -87,6 +87,8 @@ val jvmVersion: JavaLanguageVersion = JavaLanguageVersion.of(8)
87
88
java {
89
toolchain.languageVersion.set(jvmVersion)
90
+ // Recommended by https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_packaging
91
+ withSourcesJar()
92
}
93
94
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
0 commit comments