Skip to content

Commit

Permalink
Build Rewrite (#26)
Browse files Browse the repository at this point in the history
- switch to unimined
- custom jar merging instead of forgix
- root project is common
- add proguard/custom jar post-processing system
  • Loading branch information
rhysdh540 authored Jul 18, 2024
1 parent d6a685c commit 5a6e98f
Show file tree
Hide file tree
Showing 56 changed files with 930 additions and 648 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:
cache-read-only: false

- name: do the build
run: ./gradlew assemble squishJar
run: ./gradlew assemble
continue-on-error: true

- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: unlimited-artifacts-v${{ github.run_number }}
path: |
build/libs/merged/*.jar
*/build/libs/*.jar
Loading

0 comments on commit 5a6e98f

Please sign in to comment.