Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 58e800c

Browse files
author
chaya.cy
committed
add jdk branch
1 parent e4c0811 commit 58e800c

File tree

4 files changed

+4
-103
lines changed

4 files changed

+4
-103
lines changed

.github/workflows/arklet_unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
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

.github/workflows/serverless_runtime_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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 }}

.github/workflows/serverless_runtime_snapshot.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

sofa-serverless-runtime/pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -617,9 +617,6 @@
617617
<activation>
618618
<activeByDefault>true</activeByDefault>
619619
</activation>
620-
<properties>
621-
<revision>${revision.default}-jdk17</revision>
622-
</properties>
623620
<repositories>
624621
<repository>
625622
<snapshots>
@@ -639,21 +636,6 @@
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>

0 commit comments

Comments
 (0)