Add .gitea/workflows/build.yml
All checks were successful
Build the Jar / build (push) Successful in 2m18s
All checks were successful
Build the Jar / build (push) Successful in 2m18s
This commit is contained in:
19
.gitea/workflows/build.yml
Normal file
19
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Build the Jar
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up JDK 20
|
||||||
|
uses: actions/setup-java@v5
|
||||||
|
with:
|
||||||
|
java-version: '20'
|
||||||
|
distribution: 'temurin'
|
||||||
Reference in New Issue
Block a user