Skip to content

Commit

Permalink
Update ci.yml to add gradle-executable and project-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
olaservo authored Jun 4, 2024
1 parent 4528589 commit af00da3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ jobs:
java-version: 8
- uses: gradle/gradle-build-action@v2
with:
arguments: build
# - uses: codecov/codecov-action@v1
# with:
# file: ./build/reports/jacoco/test/jacocoTestReport.xml
# fail_ci_if_error: true
gradle-executable: lang/java/gradle-plugin/gradlew
arguments: build --project-dir lang/java/gradle-plugin

0 comments on commit af00da3

Please sign in to comment.