diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-12-05 19:20:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 19:20:14 +0100 |
commit | c08f7255a726410096b1d34637e2886956032a01 (patch) | |
tree | 86f82c21f883058642d88bc40eeb306fdb1ef53d | |
parent | 6ff4f535d31a34d083c8130725d5ef3b647ea626 (diff) | |
download | GT5-Unofficial-c08f7255a726410096b1d34637e2886956032a01.tar.gz GT5-Unofficial-c08f7255a726410096b1d34637e2886956032a01.tar.bz2 GT5-Unofficial-c08f7255a726410096b1d34637e2886956032a01.zip |
Update build.gradle
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1f363c02bc..48cb28c01b 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ buildscript { } } dependencies { - classpath 'com.github.GTNewHorizons:ForgeGradle:1.2.7' + classpath 'com.github.GTNewHorizons:ForgeGradle:1.2.11' } } plugins { |