Skip to content

Commit

Permalink
fix buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 20, 2025
1 parent cc75ce8 commit 4c7d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation('curse.maven:cofh-core-69162:2388751')

compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta29:api')
compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.3:dev") {transitive = false}
devOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.6.3:dev") {transitive = false}
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.11.1:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.42:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.10.1:dev') {transitive = false} // required to compile CraftingV2Tests.java now
Expand Down

0 comments on commit 4c7d976

Please sign in to comment.