Add spotless + license, branding change

This commit is contained in:
DoggySazHi
2024-02-24 17:46:13 -08:00
parent 1dd64f8b5f
commit ba5cc31219
12 changed files with 124 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
# This makes use of caching for faster builds and uploads the resulting artifacts
name: build-commit
on: [ push ]
on: [ push, workflow_dispatch ]
jobs:
build:
@@ -32,7 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-commit-
- name: Build artifacts
run: ./gradlew build
run: ./gradlew clean :spotlessApply build
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: