This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-103
lines changed Expand file tree Collapse file tree 4 files changed +4
-103
lines changed Original file line number Diff line number Diff line change 3737 cache : maven
3838
3939 - name : Test
40- run : mvn clean install -P17-snapshot - DskipTests -Dmaven.javadoc.skip=true -B -U
40+ run : mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
4141 && sh ./check_format.sh
42- && mvn test -P17-snapshot
42+ && mvn test
4343
4444 - name : upload coverage reports to Codecov with github action
4545 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 7373 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
7474 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
7575 - name : Build with Maven
76- run : mvn --batch-mode deploy -DskipTests -Pdefault,release
76+ run : mvn --batch-mode deploy -DskipTests
7777 working-directory : sofa-serverless-runtime
7878 env :
7979 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 <sofa .ark.version>3.0.1</sofa .ark.version>
1313 <spring .boot.version>3.0.9</spring .boot.version>
1414 <logback .core>1.3.5</logback .core>
15- <revision .default >0.5.5</revision .default >
15+ <revision >0.5.5-jdk17 </revision >
1616 <project .encoding>UTF-8</project .encoding>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <java .version>1.8</java .version>
617617 <activation >
618618 <activeByDefault >true</activeByDefault >
619619 </activation >
620- <properties >
621- <revision >${revision.default}-jdk17</revision >
622- </properties >
623620 <repositories >
624621 <repository >
625622 <snapshots >
639636 </pluginRepository >
640637 </pluginRepositories >
641638 </profile >
642- <!--
643- jdk17 打出来的 snapshot 版本
644- 举例:
645- 打出来的包为 0.5.3-jdk17-SNAPSHOT
646- -->
647- <profile >
648- <id >17-snapshot</id >
649- <properties >
650- <logback .core>1.3.5</logback .core>
651- <revision >${revision.default}-jdk17-SNAPSHOT</revision >
652- </properties >
653- <activation >
654- <jdk >17</jdk >
655- </activation >
656- </profile >
657639 </profiles >
658640
659641</project >
You can’t perform that action at this time.
0 commit comments