Skip to content

Commit

Permalink
Merge pull request #22 from GTNewHorizons/jankins
Browse files Browse the repository at this point in the history
[bs] update buildscripts for jankins
  • Loading branch information
Dream-Master authored Jan 9, 2024
2 parents 8c0d673 + 5587477 commit a4317d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

## Fork
This mod was forked by the GT:NH Team to continue the development of the 1.7.10 Branch.
The up-to-date Master branch can be found on our Jenkins:
http://jenkins.usrv.de
The up-to-date Master branch can be found on our GitHub: https://github.com/GTNewHorizons/BloodArsenal

## License

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
26 changes: 12 additions & 14 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
// Add your dependencies here

dependencies {
compile 'com.github.GTNewHorizons:NotEnoughItems:2.4.13-GTNH:dev'
compile 'com.github.GTNewHorizons:ForgeMultipart:1.4.1:dev'
compile 'com.github.GTNewHorizons:waila:1.6.5:dev'
compile 'com.github.GTNewHorizons:Baubles:1.0.3:dev'
compile 'com.github.GTNewHorizons:Mantle:0.3.7:dev'
compile 'com.github.GTNewHorizons:BloodMagic:1.4.3:dev'
compile('com.github.GTNewHorizons:TinkersConstruct:1.10.13-GTNH:dev') {
transitive = false
}
compile 'com.github.GTNewHorizons:Guide-API:1.0.2:dev'
compile 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev'
compileOnly('com.github.GTNewHorizons:AppleCore:3.2.12:dev') {
transitive = false
}
api 'com.github.GTNewHorizons:Baubles:1.0.3:dev'
api 'com.github.GTNewHorizons:Mantle:0.4.0:dev'
api 'com.github.GTNewHorizons:BloodMagic:1.4.3:dev'
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.11.5-GTNH:dev')
compileOnly('com.github.GTNewHorizons:AppleCore:3.2.12:dev')
compileOnlyApi 'com.github.GTNewHorizons:Guide-API:1.0.2:dev'
compileOnlyApi 'com.github.GTNewHorizons:ForgeMultipart:1.4.6:dev'
compileOnlyApi 'com.github.GTNewHorizons:waila:1.6.5:api'

devOnlyNonPublishable 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev'

runtimeOnlyNonPublishable 'com.github.GTNewHorizons:NotEnoughItems:2.5.3-GTNH:dev'
}

0 comments on commit a4317d0

Please sign in to comment.