Skip to content

Commit 4331d52

Browse files
committed
Set correct Java version
1 parent 20d7337 commit 4331d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
distribution: 'adopt'
1717
java-package: 'jdk'
18-
java-version: '1.8'
18+
java-version: '8'
1919
server-id: 'ossrh' # must match the serverId configured for the nexus-staging-maven-plugin
2020
server-username: OSSRH_USERNAME # Env var that holds your OSSRH user name
2121
server-password: OSSRH_PASSWORD # Env var that holds your OSSRH user pw

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
distribution: 'adopt'
1616
java-package: jdk
17-
java-version: '1.8'
17+
java-version: '8'
1818
- name: Build with Maven
1919
run: mvn -B verify --file pom.xml

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'adopt'
2525
java-package: jdk
26-
java-version: '1.8'
26+
java-version: '8'
2727
# Semantic versioning
2828
- name: Semantic versioning
2929
id: versioning

0 commit comments

Comments
 (0)