fix: build.

This commit is contained in:
2024-12-30 15:42:34 +01:00
parent c25ad7621e
commit cd8b7aaf9d
4 changed files with 28 additions and 49 deletions

View File

@@ -12,8 +12,9 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
distribution: 'temurin'
java-version: '17'
cache: gradle
- name: Install klint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.0.0/ktlint && chmod a+x ktlint && mv ktlint /usr/local/bin/
- name: Install detekt