File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
-
19
18
runs-on : ubuntu-latest
20
19
env :
21
20
PARENT_BRANCH : ${{ github.ref_name == 'master' && 'main' || github.ref_name }}
22
-
23
21
steps :
24
22
- uses : actions/checkout@v4
25
23
- name : Set up JDK 17
@@ -37,11 +35,11 @@ jobs:
37
35
uses : actions/checkout@v4
38
36
with :
39
37
repository : codelibs/fess-parent
40
- ref : ${{ env.PARENT_BRANCH }}
38
+ ref : " 14.19.x " # ${{ env.PARENT_BRANCH }}
41
39
path : fess-parent
42
40
- name : Install fess-parent
43
41
run : |
44
42
cd fess-parent
45
- mvn install
43
+ mvn install -Dgpg.skip=true
46
44
- name : Build with Maven
47
45
run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.codelibs.fess</groupId >
15
15
<artifactId >fess-parent</artifactId >
16
- <version >14.19.0 </version >
16
+ <version >14.19.1-SNAPSHOT </version >
17
17
<relativePath />
18
18
</parent >
19
19
<build >
You can’t perform that action at this time.
0 commit comments