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 393da963e6 - Show all commits

View File

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