File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 run : echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -q -DforceStdout | grep -v '\[')" >> $GITHUB_ENV
3030 - name : Maven deploy
3131 if : ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
32- run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -Pdefault-jdk
32+ run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -Pjava11
3333 Deploy-Oracle :
3434 name : Deploy (Oracle) to OSSRH
3535 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 201201 </modules >
202202 </profile >
203203 <profile >
204- <id >default-jdk </id >
204+ <id >java-11 </id >
205205 <modules >
206206 <module >vertx-sql-client</module >
207207 <module >vertx-sql-client-codec</module >
You can’t perform that action at this time.
0 commit comments