Skip to content

Commit

Permalink
build.invoker for windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish committed Sep 4, 2024
1 parent 4dcfe2b commit 39438a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
ORG_GRADLE_PROJECT_build.invoker: ci
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
Expand All @@ -29,6 +31,6 @@ jobs:
with:
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Build with Gradle
run: ./gradlew build -x eclipseTest -Pbuild.invoker=ci
run: ./gradlew build -x eclipseTest


0 comments on commit 39438a4

Please sign in to comment.