Skip to content

Commit f378ffa

Browse files
committed
Set default java version to 8
1 parent 72d2b87 commit f378ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ on:
1818
type: boolean
1919
java_version:
2020
type: string
21-
default: '11'
21+
default: 8
2222
publish_vulnerabilities:
2323
type: string
24-
default: 'true'
24+
default: true
2525

2626
jobs:
2727
build-and-pubish:
2828
name: Build and publish JAR packages to Maven repository
29-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@kcc-fix-set-tag-problem
29+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
3030
with:
3131
release_type: ${{ inputs.release_type }}
3232
publish_to_maven: ${{ inputs.publish_to_maven }}

0 commit comments

Comments
 (0)