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.
2 parents c1a1610 + eed7695 commit 7072ca4Copy full SHA for 7072ca4
.github/workflows/master.yml
@@ -6,23 +6,8 @@ on:
6
# branches: [ master ]
7
8
jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
-
12
- steps:
13
- - uses: actions/checkout@v2
14
15
- - name: Set up JDK 1.8
16
- uses: actions/setup-java@v1
17
- with:
18
- java-version: 1.8
19
20
- - name: Build with Maven
21
- run: mvn -B package --file pom.xml -P ossrh
22
23
publish_central:
24
runs-on: ubuntu-latest
25
- needs: build
26
27
steps:
28
- uses: actions/checkout@v2
@@ -47,7 +32,6 @@ jobs:
47
32
48
33
build_directory:
49
34
50
51
35
52
36
53
37
0 commit comments