Skip to content

Commit

Permalink
Update Java for Dependency Submitter
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Feb 13, 2023
1 parent 622580e commit b28006f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '18'
- name: Gradle Dependency Submission
uses: mikepenz/[email protected]
with:
gradle-project-path: .
gradle-build-module: |-
:
api
api:annotations
plugin-processor
Expand Down

0 comments on commit b28006f

Please sign in to comment.