Skip to content

Commit

Permalink
v1.3.9 [ 1.20.2 ]
Browse files Browse the repository at this point in the history
changelog: see changelog.md

removed unnecessary javadoc compile
  • Loading branch information
sa-shiro committed Oct 15, 2023
1 parent 528c939 commit 03a0c8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ subprojects {

java.toolchain.languageVersion = JavaLanguageVersion.of(17)
java.withSourcesJar()
java.withJavadocJar()

jar {
from(rootProject.file("LICENSE")) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static String stringFormat(String formatString) {
}

/**
* Utility function to remove the index of compressed Items & Blocks
* Utility function to remove the index of compressed Items and Blocks
* @param name of the Item / Block.
* @return actual Block name.
*/
Expand Down
3 changes: 0 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ loom {
tasks.withType(JavaCompile).configureEach {
source(project(":common").sourceSets.main.allSource)
}
tasks.withType(Javadoc).configureEach {
source(project(":common").sourceSets.main.allJava)
}
tasks.named("sourcesJar", Jar) {
from(project(":common").sourceSets.main.allSource)
}
Expand Down
3 changes: 0 additions & 3 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ dependencies {
tasks.withType(JavaCompile).configureEach {
source(project(":common").sourceSets.main.allSource)
}
tasks.withType(Javadoc).configureEach {
source(project(":common").sourceSets.main.allJava)
}
tasks.named("sourcesJar", Jar) {
from(project(":common").sourceSets.main.allSource)
}
Expand Down

0 comments on commit 03a0c8b

Please sign in to comment.