Skip to content

Commit

Permalink
reverted workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Dec 11, 2023
1 parent fed0c8f commit a4dca20
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/xml-objects-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Grant execute permission to Gradle
run: chmod +x ./gradlew
- name: Execute Gradle build
uses: gradle/gradle-build-action@v2
with:
arguments: build
cache-disabled: true
run: ./gradlew build

0 comments on commit a4dca20

Please sign in to comment.