Skip to content

Commit

Permalink
fix: github actions gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peageon authored May 16, 2024
1 parent ad0050d commit e0e2154
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
touch ./src/main/resources/application.properties
echo "${{secrets.APPLICATION_YML}}" > ./src/main/resources/application.properties
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew build
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew build
- name: Docker Login
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit e0e2154

Please sign in to comment.