Skip to content

Commit

Permalink
Update 1.20.6 (forge)'s build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 5, 2024
1 parent d7769b0 commit 9568506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/fg-6.0/1.20.6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ tasks.register("prepareKotlinBuildScriptModel") {}
// This is done because java expects modules to be in a single directory.
// And if we have it in multiple we have to do performance intensive hacks like having the UnionFileSystem
// This will eventually be migrated to ForgeGradle so modders don't need to manually do it. But that is later.
sourceSets.each {
/*sourceSets.each {
def dir = layout.buildDirectory.dir("sourcesSets/$it.name")
it.output.resourcesDir = dir
it.java.destinationDirectory = dir
}
}*/

0 comments on commit 9568506

Please sign in to comment.