Skip to content

Commit

Permalink
Remove sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Aug 5, 2024
1 parent f023414 commit 8517aad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ tasks.withType(JavaCompile).configureEach {
}

java {
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
Expand Down
2 changes: 0 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ tasks.withType(JavaCompile).configureEach {
}

java {
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
Expand Down

0 comments on commit 8517aad

Please sign in to comment.