We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7c78a commit 85ce312Copy full SHA for 85ce312
jitpack.yml
@@ -1,20 +1,5 @@
1
-name: Phoebus build
2
-
3
-on:
4
- push:
5
- branches-ignore:
6
- - 'master'
7
- pull_request:
8
9
-jobs:
10
- build:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v2
14
- - name: Setup Maven and Java Action
15
- uses: s4u/[email protected]
16
- with:
17
- java-version: '17'
18
- maven-version: '3.9.6'
19
- - name: Build
20
- run: mvn --batch-mode install -DskipTests
+before_install:
+ # update maven version 3.9.9
+ - sdk install maven 3.9.9
+install:
+ - mvn install -DskipTests
0 commit comments