diff options
author | basdxz <tudurap.com@gmail.com> | 2021-01-05 16:07:57 +0000 |
---|---|---|
committer | basdxz <tudurap.com@gmail.com> | 2021-01-05 16:07:57 +0000 |
commit | 4b108815f54ffe449afaf9a4c4bf20e1de56505f (patch) | |
tree | 990535d442cef5f4e9abc1853fdbec2c7d4c3e40 /.gitignore | |
parent | 0198f6db20d7d05b835bcad447597b4df1e068c2 (diff) | |
download | GT5-Unofficial-4b108815f54ffe449afaf9a4c4bf20e1de56505f.tar.gz GT5-Unofficial-4b108815f54ffe449afaf9a4c4bf20e1de56505f.tar.bz2 GT5-Unofficial-4b108815f54ffe449afaf9a4c4bf20e1de56505f.zip |
Re-do buildscript
-Switched to latest GTNH2 ForgeGradle 1.2
-Updated Gradle Wrapper to 5.6.4
-Switched from Groovy to Kotlin for the build script
-Re-organised the dependencies, only loading what is essential
-Broke Jar signing, todo for later
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 02507f643c..b2a40dca6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .gradle/ -eclipse/ +run/ .settings/ .classpath .project |