Skip to content

Commit

Permalink
Merge pull request #57 from IABTechLab/kcc-fix-set-tag-problem
Browse files Browse the repository at this point in the history
Set default java version to 8
  • Loading branch information
cYKatherine authored Feb 27, 2024
2 parents 52dccb4 + f378ffa commit fe64f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
type: boolean
java_version:
type: string
default: '11'
default: 8
publish_vulnerabilities:
type: string
default: 'true'
default: true

jobs:
build-and-pubish:
Expand Down

0 comments on commit fe64f97

Please sign in to comment.