File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments