Skip to content

Commit 3871d9c

Browse files
Fix typo (2)
1 parent a6c3863 commit 3871d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
cd its/ruling
7777
mvn package --batch-mode \
7878
"-Pit-ruling,${{ matrix.item.profile }}" \
79-
"-Dsonar.java.version="${SONAR_JAVA_VERSION}" \
79+
"-Dsonar.java.version=${SONAR_JAVA_VERSION}" \
8080
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}" \
8181
"-Dsonar.runtimeVersion=LATEST_RELEASE" \
8282
"-Dmaven.test.redirectTestOutputToFile=false" \
83-
"-DbuildNumber="${BUILD_NUMBER}" \
83+
"-DbuildNumber=${BUILD_NUMBER}" \
8484
-B -e -V \
8585
"-Dparallel=methods" \
8686
"-DuseUnlimitedThreads=true"

0 commit comments

Comments
 (0)