Skip to content

Commit

Permalink
1.20.6 - Removing sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Wuest committed Oct 1, 2024
1 parent 162b291 commit 8b96a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
// If you remove this line, sources will not be generated.
withSourcesJar()
//withSourcesJar()

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

0 comments on commit 8b96a6e

Please sign in to comment.