Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn clean test
run: mvn clean install && mvn clean verify artifact:compare
- name: Build with Maven (javax)
run: ./jakarta-to-javax.sh && mvn clean test && ./javax-to-jakarta.sh
run: ./jakarta-to-javax.sh && mvn clean install && mvn clean verify artifact:compare && ./javax-to-jakarta.sh
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<surefire.useModulePath>false</surefire.useModulePath>
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
<!-- VALHALLA-START ___
<maven.compiler.release>23</maven.compiler.release>
<maven.compiler.enablePreview>true</maven.compiler.enablePreview>
Expand Down