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 193236f186 - Show all commits

View File

@ -41,4 +41,11 @@ jobs:
run: ./gradlew build --no-daemon --max-workers 1 run: ./gradlew build --no-daemon --max-workers 1
#- name: test #- name: test
# run: ./gradlew test --no-daemon # run: ./gradlew test --no-daemon
deploy:
runs-on: ${{ ubuntu-latest }}
if: gitea.ref == 'refs/heads/master'
needs: build
steps:
- name: deploy
run: ./gradlew publish