chore: update Gradle wrapper to 6.5

This commit is contained in:
Ryan Dowling 2020-06-07 18:01:56 +10:00
parent 960d20ec18
commit e8786a530e
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD
5 changed files with 9 additions and 3 deletions

View file

@ -4,3 +4,4 @@
- Fix newer Forge installs not working on linux due to bad logic (#386)
- Fix OSX cut/copy/paste shortcuts not working for all fields (#387)
- Update Gradle wrapper to 6.5

View file

@ -27,6 +27,11 @@ Take a look at [CONTRIBUTING.md](CONTRIBUTING.md)
Please see the [TESTING.md](TESTING.md) file for information on how we write tests.
## Prerequisites
In order to build ATLauncher, you will Java 8, 9, 10, 11 or 12. Java 8 is recommended since we
compile to Java 8 compatability regardless.
## Building
To build this project, simply run:

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored
View file

@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,

2
gradlew.bat vendored
View file

@ -5,7 +5,7 @@
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,