Skip to content

Commit

Permalink
1.21 - fabric - Remove source gen
Browse files Browse the repository at this point in the history
Removing source generation during build as it was never used.
keeping line in file for future reference
  • Loading branch information
Brian-Wuest committed Oct 1, 2024
1 parent e6ee39f commit 6892dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 6892dea

Please sign in to comment.