Skip to content

Commit

Permalink
Fix --project-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
olaservo authored Jun 4, 2024
1 parent 306bb74 commit 6b4dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/avro-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: gradle/gradle-build-action@v2
with:
gradle-executable: lang/java/gradle-plugin/gradlew
arguments: testCompatibility -PavroVersion=${{ matrix.avro }} -PgradleVersion=${{ matrix.gradle }} -project-dir lang/java/gradle-plugin/gradlew
arguments: testCompatibility -PavroVersion=${{ matrix.avro }} -PgradleVersion=${{ matrix.gradle }} --project-dir lang/java/gradle-plugin/gradlew

0 comments on commit 6b4dcd8

Please sign in to comment.