chore: update Gradle wrapper to 6.5
This commit is contained in:
parent
960d20ec18
commit
e8786a530e
5 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -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
2
gradlew
vendored
|
@ -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
2
gradlew.bat
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue