Added builder, DataTracker and KeyValue #16

Manually merged
quentinlegot merged 40 commits from dev into master 2023-06-13 22:15:40 +02:00
Showing only changes of commit 97476da964 - Show all commits

View File

@ -30,14 +30,18 @@ jobs:
distribution: 'oracle' distribution: 'oracle'
- name: make gradle wrapper executable - name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }} if: ${{ runner.os != 'Windows' }}
run: |
chmod +x ./gradlew
touch local.properties
- name: build
run: ./gradlew build --no-daemon --max-workers 1
env: env:
REPO_USERNAME: ${{ secrets.REPO_USERNAME }} REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
run: |
chmod +x ./gradlew
touch local.properties
echo $REPO_USERNAME
- name: build
env:
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
run: ./gradlew build --no-daemon --max-workers 1
#- name: test #- name: test
# run: ./gradlew test --no-daemon # run: ./gradlew test --no-daemon