Skip to content

Commit

Permalink
Set maven version for jitpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
katysaintin committed Jan 9, 2025
1 parent 1e0b79c commit 0a7c78a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Phoebus build

on:
push:
branches-ignore:
- 'master'
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Maven and Java Action
uses: s4u/[email protected]
with:
java-version: '17'
maven-version: '3.9.6'
- name: Build
run: mvn --batch-mode install -DskipTests

0 comments on commit 0a7c78a

Please sign in to comment.