Skip to content

Commit

Permalink
Added missing distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Jan 7, 2023
1 parent 22ee707 commit 8a96780
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17.0.3
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17.0.3
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17.0.3
distribution: 'temurin'
- name: Extract publication version from tag.
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Publish package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
java-version: 17.0.3
server-id: maven
distribution: 'temurin'
- id: publish-gradle
name: Publish package to the OSS Snapshot Repository & GitHub Packages
run: gradle publish
Expand Down

0 comments on commit 8a96780

Please sign in to comment.