File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 55
55
run : echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV
56
56
- name : Maven deploy
57
57
if : ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
58
- run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -DskipDefault -Pdefault-jdk
58
+ run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B
Original file line number Diff line number Diff line change 120
120
<module >vertx-oracle-client</module >
121
121
</modules >
122
122
</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 >
134
123
<profile >
135
124
<id >PostgreSQL-9</id >
136
125
<properties >
You can’t perform that action at this time.
0 commit comments