build: use composite builds instead of buildSrc

This commit is contained in:
Linnea Gräf
2025-07-06 12:03:13 +02:00
parent 08c81862af
commit 6c3f833362
22 changed files with 429 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- uses: ./.github/composite/gradle
- name: Build with gradle
run: |
./gradlew remapJar --scan
./gradlew assemble --scan
- name: Move build artifact around and print check sum
run: |
rm -f build/libs/*sources*.jar