File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 - name : ' Install & Test'
44- run : mvn clean install
44+ run : mvn clean install -Dgpg.skip=true
4545
4646 CI-on-MacOS :
4747 runs-on : macos-latest
5555 distribution : ' zulu'
5656 java-version : ' 11'
5757 - name : ' Install & Test'
58- run : ./mvnw clean install
58+ run : ./mvnw clean install -Dgpg.skip=true
Original file line number Diff line number Diff line change 5252 - name : build runner
5353 run : |
5454 cp ./sample/src/main/java/org/apache/apisix/plugin/runner/filter/* ./runner-plugin/src/main/java/org/apache/apisix/plugin/runner/filter/
55- ./mvnw install
55+ ./mvnw clean install -Dgpg.skip=true
5656
5757 - name : startup runner
5858 run : |
Original file line number Diff line number Diff line change 7070 <compiler .version>11</compiler .version>
7171 <netty .version>4.1.54.Final</netty .version>
7272 <guava .version>30.1.1-jre</guava .version>
73- <spring-boot .version>2.4.5 </spring-boot .version>
73+ <spring-boot .version>2.6.8 </spring-boot .version>
7474 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
7575 </properties >
7676
You can’t perform that action at this time.
0 commit comments