Skip to content

Commit

Permalink
add gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Oct 17, 2023
1 parent 839a87a commit e3fb253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java_version }}
- name: Setup Gradle
uses: gradle/[email protected]
- name: build without detekt
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java_version }}
- name: Setup Gradle
uses: gradle/[email protected]
- name: build without detekt
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down

0 comments on commit e3fb253

Please sign in to comment.