Skip to content

Commit

Permalink
compile -> api
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 committed Sep 3, 2024
1 parent bdb0239 commit 3875234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Add your dependencies here

dependencies {
compile('com.github.GTNewHorizons:Baubles:1.0.4:dev')
compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile ('com.github.GTNewHorizons:ThaumicBoots:1.3.7:dev'){
api('com.github.GTNewHorizons:Baubles:1.0.4:dev')
api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
api('com.github.GTNewHorizons:ThaumicBoots:1.3.7:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'Tainted-Magic'
}
}

0 comments on commit 3875234

Please sign in to comment.