We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101b8f commit 4bb7587Copy full SHA for 4bb7587
.github/workflows/tracking-vertx-3.build.yml
@@ -69,7 +69,7 @@ jobs:
69
java-version: 1.8
70
uses: actions/setup-java@v1
71
- name: Print the effective Vert.x version used
72
- run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency io.vertx -PvertxVersion='${{ matrix.vertx-version }}'
+ run: ./gradlew :${{ matrix.example }}:dependencyInsight --dependency io.vertx --configuration runtimeClasspath -PvertxVersion='${{ matrix.vertx-version }}'
73
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
74
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }} -PvertxVersion='${{ matrix.vertx-version }}'
75
0 commit comments