Skip to content

Commit

Permalink
Update workflows for Java 17 and dependency graph submission
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Aug 20, 2023
1 parent f71f530 commit 9939753
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.14
java-version: 1.17

- name: Set up Gradle properties
run: |
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.14
java-version: 1.17

- name: Set up Kotlin
uses: fwilhe2/setup-kotlin@main
Expand All @@ -43,6 +43,12 @@ jobs:
with:
arguments: checkLicenses build

- name: Upload dependency graph to GitHub
uses: mikepenz/gradle-dependency-submission@{latest}

with:
sub-module-mode: INDIVIDUAL_DEEP

- name: Disable parallel publish
if: contains(steps.project-version.outputs.version, '-SNAPSHOT')

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.14
java-version: 1.17

- name: Set up Kotlin
uses: fwilhe2/setup-kotlin@main
Expand Down

0 comments on commit 9939753

Please sign in to comment.