Skip to content

Commit

Permalink
Use gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Jul 22, 2024
1 parent a1ff9a6 commit 4aca04b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/http4k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: http4k-app
4 changes: 1 addition & 3 deletions .github/workflows/ktor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: ktor-app
4 changes: 1 addition & 3 deletions .github/workflows/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: micronaut-app
4 changes: 1 addition & 3 deletions .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: quarkus-app
4 changes: 1 addition & 3 deletions .github/workflows/springboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: springboot-app

0 comments on commit 4aca04b

Please sign in to comment.