Skip to content

Commit

Permalink
Sources jar get
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Oct 19, 2023
1 parent 2409b24 commit f0b355c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions module-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ java {
// Azul covers the most platforms for Java 8 toolchains, crucially including MacOS arm64
vendor.set(org.gradle.jvm.toolchain.JvmVendorSpec.AZUL)
}
// TODO rfg: figure out source and dev jars
// Generate sources and javadocs jars when building and publishing
//withSourcesJar()
//withJavadocJar()
withSourcesJar()
}
1 change: 1 addition & 0 deletions module-mixin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,4 @@ artifacts {
reobfJar.enabled = false

jar.enabled = false
sourcesJar.enabled = false

0 comments on commit f0b355c

Please sign in to comment.