All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
This pull request updates the version of Gradle from 2.14 to 4.2. There are a lot of differences between these versions, but the main changes important for modding is that a LOT of optimizations have been made. To help demonstrate this, I ran two benchmarks of gradlew build with your project, on the two versions.
Over all this change improved the timing by 1 minute and 13 seconds. These optimizations extend to all of the gradle commands that you would use, and should make it much quicker for you to get stuff done.
This pull request updates the version of Gradle from 2.14 to 4.2. There are a lot of differences between these versions, but the main changes important for modding is that a LOT of optimizations have been made. To help demonstrate this, I ran two benchmarks of
gradlew build
with your project, on the two versions.Gradle 2.14: 3 minutes 20 seconds Gradle 4.2: 2 minutes 7 seconds.
Over all this change improved the timing by 1 minute and 13 seconds. These optimizations extend to all of the gradle commands that you would use, and should make it much quicker for you to get stuff done.