feat: add JobsReborn firefighter gameplay and Gradle wrapper
Build / build (push) Failing after 7m10s
Build / build (push) Failing after 7m10s
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: '25'
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- run: ./gradlew clean build --warning-mode all
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: RoseFirefighter
|
||||
path: build/libs/*.jar
|
||||
Reference in New Issue
Block a user