-
-
Notifications
You must be signed in to change notification settings - Fork 34
26 lines (25 loc) · 703 Bytes
/
build.yml
File metadata and controls
26 lines (25 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Build
on: [pull_request, push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
check-latest: true
- name: Build with Gradle
run: ./gradlew shadowJar
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: ViaForge All-in-One
path: viaforge-mc*/build/libs/