mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
test(ci/kotlin): fix warnings from GitHub (#6730)
<img width="630" alt="image" src="https://github.com/user-attachments/assets/9372eb1c-9e3f-4120-9c0c-0ac3ffb80d55">
This commit is contained in:
6
.github/workflows/_kotlin.yml
vendored
6
.github/workflows/_kotlin.yml
vendored
@@ -25,8 +25,6 @@ jobs:
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
build-root-directory: ./kotlin/android
|
||||
- run: touch local.properties
|
||||
- name: Run linter
|
||||
run: ./gradlew spotlessCheck
|
||||
@@ -46,8 +44,6 @@ jobs:
|
||||
java-version: 17
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
build-root-directory: ./kotlin/android
|
||||
- run: touch local.properties
|
||||
- name: Bundle and sign release
|
||||
env:
|
||||
@@ -92,8 +88,6 @@ jobs:
|
||||
java-version: 17
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
build-root-directory: ./kotlin/android
|
||||
- run: touch local.properties
|
||||
- name: Build debug APK
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user