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 bd8980b8cc - Show all commits

View File

@ -33,7 +33,7 @@ jobs:
run: |
chmod +x ./gradlew
touch local.properties
echo $REPO_USERNAME
echo ${{ secrets.REPO_USERNAME }}
- name: build
run: ./gradlew build --no-daemon --max-workers 1
#- name: test