Skip to content

Commit

Permalink
Add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Apr 14, 2024
1 parent 29ce346 commit e575bba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build

on:
push:
branches: [ "main" ]

jobs:
jar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "22"
distribution: "temurin"
cache: "gradle"
- name: Build JAR
run: ./gradlew build

0 comments on commit e575bba

Please sign in to comment.