Skip to content

Commit e904455

Browse files
committed
fix
1 parent 8b7a901 commit e904455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ jobs:
206206
- name: Display exact version of JDK ${{ matrix.java.name }}
207207
run: ${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
208208
- name: Print the effective ORM version used
209-
run: ./gradlew -PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep \
210-
:${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core
209+
run: ./gradlew :${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core -PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
211210
- name: Build and Test with Java ${{ matrix.java.name }}
212211
run: ./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
213212
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep \

0 commit comments

Comments
 (0)