Skip to content

Commit

Permalink
Use newer gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE authored Feb 17, 2024
1 parent 5d6c67c commit e135583
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build test --stacktrace --scan
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew build test --stacktrace --scan
- name: Prepare Upload
run: |
projectVersion=$(grep '^mavenVersion=' gradle.properties | cut -d'=' -f2)
Expand Down

0 comments on commit e135583

Please sign in to comment.