Skip to content

Commit

Permalink
👽️ setup-gradle har gjort arguments deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Apr 13, 2024
1 parent c169b5b commit a26a630
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
distribution: temurin
java-version: 21

- uses: gradle/actions/setup-gradle@v3
name: Gradle build
with:
arguments: :spesialist-selve:build # felles- og api-modulene vil bli bygget fordi selve avhenger av dem
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Gradle build
run: ./gradlew :spesialist-selve:build # felles- og api-modulene vil bli bygget fordi selve avhenger av dem
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a26a630

Please sign in to comment.