File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18-
1918 runs-on : ubuntu-latest
2019 env :
2120 PARENT_BRANCH : ${{ github.ref_name == 'master' && 'main' || github.ref_name }}
22-
2321 steps :
2422 - uses : actions/checkout@v4
2523 - name : Set up JDK 17
@@ -37,11 +35,11 @@ jobs:
3735 uses : actions/checkout@v4
3836 with :
3937 repository : codelibs/fess-parent
40- ref : ${{ env.PARENT_BRANCH }}
38+ ref : " 14.19.x " # ${{ env.PARENT_BRANCH }}
4139 path : fess-parent
4240 - name : Install fess-parent
4341 run : |
4442 cd fess-parent
45- mvn install
43+ mvn install -Dgpg.skip=true
4644 - name : Build with Maven
4745 run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 66 <artifactId >fess-webapp-example</artifactId >
77 <packaging >jar</packaging >
88 <name >Example Webapp Plugin</name >
9- <version >14.18 .0-SNAPSHOT</version >
9+ <version >14.19 .0-SNAPSHOT</version >
1010 <scm >
1111 <connection >scm:git:git@github.com:codelibs/fess-webapp-example.git</connection >
1212 <developerConnection >scm:git:git@github.com:codelibs/fess-webapp-example.git</developerConnection >
1515 <parent >
1616 <groupId >org.codelibs.fess</groupId >
1717 <artifactId >fess-parent</artifactId >
18- <version >14.18.0 </version >
18+ <version >14.19.1-SNAPSHOT </version >
1919 <relativePath />
2020 </parent >
2121 <build >
You can’t perform that action at this time.
0 commit comments