File tree Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,11 @@ on: [push, pull_request]
21
21
22
22
jobs :
23
23
build :
24
-
25
- strategy :
26
- matrix :
27
- os : [ubuntu-latest]
28
- java : [8, 11, 17]
29
- jdk : [temurin]
30
- fail-fast : false
31
-
32
- runs-on : ${{ matrix.os }}
33
-
34
- steps :
35
- - name : Checkout
36
- uses : actions/checkout@v3
37
-
38
- - name : Set up JDK
39
- uses : actions/setup-java@v3
40
- with :
41
- java-version : ${{ matrix.java }}
42
- distribution : ${{ matrix.jdk }}
43
- cache : ' maven'
44
-
45
- - name : Build with Maven
46
- run : mvn install -e -B -V
24
+ name : Build it
25
+ uses : codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5
26
+
27
+ deploy :
28
+ name : Deploy
29
+ needs : build
30
+ uses : codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments