File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 86
86
with :
87
87
distribution : ' temurin'
88
88
java-version : 11
89
+ - name : Print the effective ORM version used
90
+ run : ./gradlew :${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core
89
91
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
90
92
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
91
93
- name : Upload reports (if build failed)
@@ -123,6 +125,8 @@ jobs:
123
125
with :
124
126
distribution : ' temurin'
125
127
java-version : 11
128
+ - name : Print the effective ORM version used
129
+ run : ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core
126
130
- name : Build and Test with ${{ matrix.db }}
127
131
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
128
132
- name : Upload reports (if build failed)
@@ -201,6 +205,8 @@ jobs:
201
205
- name : Display exact version of JDK ${{ matrix.java.name }}
202
206
run : |
203
207
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
208
+ - name : Print the effective ORM version used
209
+ run : ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core
204
210
- name : Build and Test with Java ${{ matrix.java.name }}
205
211
run : |
206
212
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
You can’t perform that action at this time.
0 commit comments