Skip to content

Commit

Permalink
Update gradle version. Pin forge gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Jun 30, 2024
1 parent b141e14 commit 8949321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/forge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs {
configureEach {
systemProperty 'forge.logging.console.level', 'debug'

modSources = [project.sourceSets.api, project.sourceSets.lib, project.sourceSets.main]
modSources project.sourceSets.api, project.sourceSets.lib, project.sourceSets.main
}
client {
systemProperty 'vampirism_target', 'dev'
Expand Down Expand Up @@ -95,4 +95,4 @@ subsystems {
minecraftVersion = project.parchment_minecraft_version
mappingsVersion = project.parchment_mappings_version
}
}
}

0 comments on commit 8949321

Please sign in to comment.