Skip to content

Commit 7e1a979

Browse files
committed
Use a new default-jdk profile that is portable accross branches
1 parent 1a85612 commit 7e1a979

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV
5656
- name: Maven deploy
5757
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
58-
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B
58+
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -DskipDefault -Pdefault-jdk

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@
120120
<module>vertx-oracle-client</module>
121121
</modules>
122122
</profile>
123+
<profile>
124+
<id>default-jdk</id>
125+
<modules>
126+
<module>vertx-sql-client</module>
127+
<module>vertx-pg-client</module>
128+
<module>vertx-mysql-client</module>
129+
<module>vertx-mssql-client</module>
130+
<module>vertx-db2-client</module>
131+
<module>vertx-sql-client-templates</module>
132+
</modules>
133+
</profile>
123134
<profile>
124135
<id>PostgreSQL-9</id>
125136
<properties>

0 commit comments

Comments
 (0)