Skip to content

Commit

Permalink
Set correct Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Aug 21, 2024
1 parent 20d7337 commit 4331d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
distribution: 'adopt'
java-package: 'jdk'
java-version: '1.8'
java-version: '8'
server-id: 'ossrh' # must match the serverId configured for the nexus-staging-maven-plugin
server-username: OSSRH_USERNAME # Env var that holds your OSSRH user name
server-password: OSSRH_PASSWORD # Env var that holds your OSSRH user pw
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
distribution: 'adopt'
java-package: jdk
java-version: '1.8'
java-version: '8'
- name: Build with Maven
run: mvn -B verify --file pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
distribution: 'adopt'
java-package: jdk
java-version: '1.8'
java-version: '8'
# Semantic versioning
- name: Semantic versioning
id: versioning
Expand Down

0 comments on commit 4331d52

Please sign in to comment.