Skip to content

Commit 4cb980f

Browse files
committed
Use Java 21 as default
1 parent b54786a commit 4cb980f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/maven-publish.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Maven Central Publish
22

33
on:
44
workflow_call:
5-
java-version:
6-
required: false
7-
type: string
8-
default: '21'
5+
inputs:
6+
java-version:
7+
required: false
8+
type: string
9+
default: '21'
910
secrets:
1011
OSSRH_USERNAME:
1112
required: true

0 commit comments

Comments
 (0)