aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-07-06 12:03:13 +0200
committerLinnea Gräf <nea@nea.moe>2025-07-06 12:03:28 +0200
commit6c3f8333620e61bc8f00aca4d64b117ac7d0149b (patch)
tree1c0993adda21a76385c47f514e7a1d972e841c4f /.github/workflows
parent08c81862afd8689c6eb6f4d8deec8b1ab6ad6d3a (diff)
downloadFirmament-6c3f8333620e61bc8f00aca4d64b117ac7d0149b.tar.gz
Firmament-6c3f8333620e61bc8f00aca4d64b117ac7d0149b.tar.bz2
Firmament-6c3f8333620e61bc8f00aca4d64b117ac7d0149b.zip
build: use composite builds instead of buildSrc
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b1daf9d..3393d05 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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