diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-08-20 11:32:26 +0200 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2022-08-20 11:32:26 +0200 |
commit | 47fb2b5ee064fd33aa2998d17e4f93706ac28e07 (patch) | |
tree | b6669c8d201d4e8726fa4f9c8429e36e71e5634a | |
parent | a65cf3279824a483730afb31bccfeb7b03a56584 (diff) | |
download | GT5-Unofficial-47fb2b5ee064fd33aa2998d17e4f93706ac28e07.tar.gz GT5-Unofficial-47fb2b5ee064fd33aa2998d17e4f93706ac28e07.tar.bz2 GT5-Unofficial-47fb2b5ee064fd33aa2998d17e4f93706ac28e07.zip |
spotless
-rw-r--r-- | .gitattributes | 35 | ||||
-rw-r--r-- | dependencies.gradle | 68 | ||||
-rw-r--r-- | repositories.gradle | 44 |
3 files changed, 91 insertions, 56 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..9917fc4abe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +* text eol=lf + +*.jar binary + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.tif binary +*.tiff binary +*.ico binary +*.svg text +*.eps binary + +*.kar binary +*.m4a binary +*.mid binary +*.midi binary +*.mp3 binary +*.ogg binary +*.ra binary + +*.7z binary +*.gz binary +*.tar binary +*.tgz binary +*.zip binary + +*.patch -text + +*.bat text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf + +*autogenerated binary
\ No newline at end of file diff --git a/dependencies.gradle b/dependencies.gradle index f983b59a52..88416d7bc0 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,38 +1,38 @@ // Add your dependencies here dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.01:dev') - compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.49:dev') - compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') - compile('com.github.GTNewHorizons:GTplusplus:1.7.71:dev') - compile('com.github.GTNewHorizons:GoodGenerator:0.4.18:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') - compile('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') - compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-96-GTNH:dev') - compile('com.github.GTNewHorizons:bartworks:0.5.71:dev') - compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.2.22:dev') - - compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') - - compileOnly('com.github.GTNewHorizons:EnderCore:0.2.10:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:Railcraft:9.13.9:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.18:dev') {transitive=false} - - compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} - - //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev') - //compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') - //compile('com.github.GTNewHorizons:Galacticraft:3.0.44-GTNH:dev') - - //compileOnly('com.github.GTNewHorizons:Avaritia:1.28) - - //compile files('ThaumicTinkerer-1.7.10-2.5-4-dev.jar') - - //runtime('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') - //runtime('com.github.GTNewHorizons:Yamcl:0.5.82:dev') - runtime('curse.maven:cofh-core-69162:2388751') //for GT++ - runtime('curse.maven:advsolar-362768:2885953') //for GT++ + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.01:dev') + compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.49:dev') + compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.7.71:dev') + compile('com.github.GTNewHorizons:GoodGenerator:0.4.18:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + compile('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') + compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-96-GTNH:dev') + compile('com.github.GTNewHorizons:bartworks:0.5.71:dev') + compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.2.22:dev') + + compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') + + compileOnly('com.github.GTNewHorizons:EnderCore:0.2.10:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.13.9:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.18:dev') {transitive=false} + + compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} + + //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev') + //compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + //compile('com.github.GTNewHorizons:Galacticraft:3.0.44-GTNH:dev') + + //compileOnly('com.github.GTNewHorizons:Avaritia:1.28) + + //compile files('ThaumicTinkerer-1.7.10-2.5-4-dev.jar') + + //runtime('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') + //runtime('com.github.GTNewHorizons:Yamcl:0.5.82:dev') + runtime('curse.maven:cofh-core-69162:2388751') //for GT++ + runtime('curse.maven:advsolar-362768:2885953') //for GT++ } diff --git a/repositories.gradle b/repositories.gradle index 911d3c94a5..1dc4c3cb4c 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -1,26 +1,26 @@ // Add any additional repositories for your dependencies here repositories { - maven { - name 'GTNH Maven' - url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' - allowInsecureProtocol - } - maven { - name 'ic2' - url 'https://maven.ic2.player.to/' - metadataSources { - mavenPom() - artifact() - } - } - maven { - url 'https://cursemaven.com' - content { - includeGroup 'curse.maven' - } - } - maven { - url 'https://jitpack.io' - } + maven { + name 'GTNH Maven' + url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' + allowInsecureProtocol + } + maven { + name 'ic2' + url 'https://maven.ic2.player.to/' + metadataSources { + mavenPom() + artifact() + } + } + maven { + url 'https://cursemaven.com' + content { + includeGroup 'curse.maven' + } + } + maven { + url 'https://jitpack.io' + } } |