-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1153 from TSaltedfishKing/0.2
gradle(all project): update gradle version
- Loading branch information
Showing
14 changed files
with
53 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,10 +40,10 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
- name: Set up JDK 11.0.5 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 1.8 | ||
java-version: 11.0.15 | ||
- uses: actions/cache@v2 | ||
with: | ||
path: | | ||
|
@@ -80,10 +80,10 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
- name: Set up JDK 11.0.5 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 1.8 | ||
java-version: 11.0.15 | ||
- uses: actions/cache@v2 | ||
with: | ||
path: | | ||
|
@@ -118,10 +118,10 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
- name: Set up JDK 11.0.5 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 1.8 | ||
java-version: 11.0.15 | ||
- uses: actions/cache@v2 | ||
with: | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,10 @@ jobs: | |
# format: YYYY-MM-DD | ||
# | ||
# - uses: actions/checkout@v2 | ||
# - name: Set up JDK 1.8 | ||
# - name: Set up JDK 11.0.15 | ||
# uses: actions/[email protected] | ||
# with: | ||
# java-version: 1.8 | ||
# java-version: 11.0.15 | ||
# - uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
|
@@ -95,10 +95,10 @@ jobs: | |
#暂不知道这玩意是不是取的本地时间 | ||
|
||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
- name: Set up JDK 11.0.15 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 1.8 | ||
java-version: 11.0.15 | ||
- uses: actions/cache@v2 | ||
with: | ||
path: | | ||
|
@@ -143,10 +143,10 @@ jobs: | |
# with: | ||
# format: YYYY-MM-DD | ||
# - uses: actions/checkout@v2 | ||
# - name: Set up JDK 1.8 | ||
# - name: Set up JDK 11.0.15 | ||
# uses: actions/[email protected] | ||
# with: | ||
# java-version: 1.8 | ||
# java-version: 11.0.15 | ||
# - uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Jul 22 17:09:09 CEST 2021 | ||
#Wed Jan 25 20:09:03 CST 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |