Skip to content

Commit

Permalink
Oh you and your toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed May 14, 2024
1 parent cb1ed56 commit 695273e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ processResources {
}

java {
withSourcesJar()
// withJavadocJar()
toolchain {
languageVersion = JavaLanguageVersion.of(javaVersion)
vendor = JvmVendorSpec.MICROSOFT
}
withSourcesJar()
// withJavadocJar()
}

jar {
Expand Down

0 comments on commit 695273e

Please sign in to comment.