ci: fix ci configurations
This commit is contained in:
@@ -37,13 +37,10 @@ jobs:
|
|||||||
run: echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
|
run: echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
|
||||||
|
|
||||||
- name: Restore gradle.properties
|
- name: Restore gradle.properties
|
||||||
env:
|
|
||||||
GRADLE_PROPERTIES: ${{ secrets.GRADLE_PROPERTIES }}
|
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.gradle/
|
mkdir -p ~/.gradle/
|
||||||
export GRADLE_USER_HOME=~/.gradle
|
export GRADLE_USER_HOME=~/.gradle
|
||||||
echo ${GRADLE_PROPERTIES} > ~/.gradle/gradle.properties
|
echo ${{ secrets.GRADLE_PROPERTIES }} > ~/.gradle/gradle.properties
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user