Skip to content

Commit fe64f97

Browse files
authored
Merge pull request #57 from IABTechLab/kcc-fix-set-tag-problem
Set default java version to 8
2 parents 52dccb4 + f378ffa commit fe64f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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:

0 commit comments

Comments
 (0)