Skip to content

Commit

Permalink
La til oppsett av JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kroken committed Sep 5, 2023
1 parent 338f720 commit f41eec4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
# JAVA 17
- name: 'Java 17'
uses: actions/[email protected]
with:
java-version: 17
cache: 'gradle'
- uses: actions/checkout@v3 # ratchet:actions/checkout@v3
- name: Run snapshot action
uses: mikepenz/[email protected]
with:
fail-on-error: true
gradle-dependency-path: "build.gradle.kts"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f41eec4

Please sign in to comment.