Skip to content

Commit 670038b

Browse files
committed
fix
1 parent 15a2063 commit 670038b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
java-version: 11
8888
- name: Print the effective ORM version used
8989
run: ./gradlew :${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core \
90-
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
90+
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
9191
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
9292
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
9393
- name: Upload reports (if build failed)
@@ -128,10 +128,10 @@ jobs:
128128
java-version: 11
129129
- name: Print the effective ORM version used
130130
run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate.orm:hibernate-core \
131-
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
131+
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
132132
- name: Build and Test with ${{ matrix.db }}
133133
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }} \
134-
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
134+
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
135135
- name: Upload reports (if build failed)
136136
uses: actions/upload-artifact@v2
137137
if: failure()
@@ -211,7 +211,7 @@ jobs:
211211
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
212212
- name: Print the effective ORM version used
213213
run: ./gradlew :${{ matrix.example }}:dependencyInsight --dependency org.hibernate.orm:hibernate-core \
214-
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
214+
-PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableSonatypeOpenSourceSnapshotsRep
215215
- name: Build and Test with Java ${{ matrix.java.name }}
216216
run: |
217217
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \

0 commit comments

Comments
 (0)