Skip to content

Commit

Permalink
with sources and with java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Aug 26, 2023
1 parent 78aa86d commit f876b4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ base { archivesName = "${modid}" }
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

/* JAVA CONFIG */
java {
withSourcesJar()
withJavadocJar()
}

println "Gradle Java: ${JavaVersion.current()}"
println "Java: ${System.getProperty 'java.version'}, JVM: ${System.getProperty 'java.vm.version'} (${System.getProperty 'java.vendor'}), Arch: ${System.getProperty 'os.arch'}"

Expand Down

0 comments on commit f876b4e

Please sign in to comment.