Merge 1.20 into 1.21.1
This commit is contained in:
commit
86f06b2f36
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/actions/setup-gradle@v3
|
uses: gradle/actions/setup-gradle@v4
|
||||||
with:
|
with:
|
||||||
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
|
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ trap cleanup EXIT
|
||||||
|
|
||||||
echo "downloading temporary modernfix..."
|
echo "downloading temporary modernfix..."
|
||||||
cd $WORK_DIR
|
cd $WORK_DIR
|
||||||
git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
|
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
|
||||||
cd mfix
|
cd mfix
|
||||||
|
|
||||||
# gather version list
|
# gather version list
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ trap "exit" INT
|
||||||
|
|
||||||
echo "downloading temporary modernfix..."
|
echo "downloading temporary modernfix..."
|
||||||
cd $WORK_DIR
|
cd $WORK_DIR
|
||||||
git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
|
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
|
||||||
cd mfix
|
cd mfix
|
||||||
|
|
||||||
# gather version list
|
# gather version list
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user