Merge 1.20 into 1.21.1

This commit is contained in:
embeddedt 2024-11-29 16:42:45 -05:00
commit 86f06b2f36
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
java-version: 21
check-latest: true
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
gradle-home-cache-cleanup: true

View File

@ -15,7 +15,7 @@ trap cleanup EXIT
echo "downloading temporary modernfix..."
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
# gather version list

View File

@ -16,7 +16,7 @@ trap "exit" INT
echo "downloading temporary modernfix..."
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
# gather version list