Skip to content

Commit 770b7eb

Browse files
committed
WIP: Fix gradle.yaml
1 parent 85e6918 commit 770b7eb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,9 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30-
31-
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
32-
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
33-
- name: Setup Gradle
34-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
35-
3630
- name: Build with Gradle Wrapper
37-
run: |
38-
cd kotlin
39-
./gradlew build
31+
run: ./gradlew build
32+
working-directory: kotlin
4033

4134
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
4235
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.

0 commit comments

Comments
 (0)