Skip to content

Commit

Permalink
updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jan 3, 2025
1 parent e35568b commit b85944c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-citydb-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
java-version: ${{ matrix.java }}
- name: Grant execute permission to Gradle
run: chmod +x ./gradlew
- name: Execute Gradle build
uses: gradle/gradle-build-action@v3
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
arguments: build
cache-disabled: true
- name: Execute Gradle build
run: ./gradlew build

0 comments on commit b85944c

Please sign in to comment.