Compare commits

..

No commits in common. "119d019bbbe66b3dd5688b30d8c5512a56723594" and "a80dac0fe103e381d749ba173167a317969cc3bc" have entirely different histories.

View File

@ -36,6 +36,7 @@ jobs:
run: |
chmod +x ./gradlew
touch local.properties
echo $REPO_USERNAME
- name: build
run: ./gradlew build --no-daemon --max-workers 1
#- name: test
@ -45,20 +46,6 @@ jobs:
if: gitea.ref == 'refs/heads/master'
needs: build
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: validate gradle wrapper
uses: https://github.com/gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.Java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'oracle'
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: |
chmod +x ./gradlew
touch local.properties
- name: deploy
run: ./gradlew publish