File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 - name : Copyright
3838 run : bash etc/copyright.sh
3939 - name : Checkstyle
40- run : mvn -B checkstyle:checkstyle -Pstaging
40+ run : mvn -B checkstyle:checkstyle
4141 - name : Yasson install
42- run : mvn -U -C clean install -Pstaging - DskipTests
42+ run : mvn -U -C clean install -DskipTests
4343 - name : Yasson tests
44- run : mvn -U -B -C -Dmaven.javadoc.skip=true -Pstaging verify
44+ run : mvn -U -B -C -Dmaven.javadoc.skip=true verify
4545 - name : JSONB-API TCK
46- run : cd yasson-tck && mvn -U -B test -DargLine="-Djava.locale.providers=COMPAT" -Pstaging
46+ run : cd yasson-tck && mvn -U -B test -DargLine="-Djava.locale.providers=COMPAT"
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>11</maven .compiler.target>
1919 </properties >
2020
21- <!-- TODO: Temporarily enable snapshot repository -->
22- <!-- This can be removed once an official release of jakarta.json.bind-tck is available -->
23- <repositories >
24- <repository >
25- <id >jakarta-snapshots</id >
26- <url >https://jakarta.oss.sonatype.org/content/repositories/staging/</url >
27- </repository >
28- </repositories >
29-
3021 <dependencies >
3122 <dependency >
3223 <groupId >jakarta.json.bind</groupId >
You can’t perform that action at this time.
0 commit comments