Skip to content

Commit

Permalink
fix: update dependency_version for linter ExplicitHashMapInstantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed Jan 31, 2023
1 parent 9a22874 commit b2daaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Build {
String openjdkSource = ''
String openjdk_built_config = ''
String dockerImageDigest = ''
Map<String,String> dependency_version = new HashMap<String,String>()
HashMap<String,String> dependency_version = [:]
String crossCompileVersionPath = ''
Map variantVersion = [:]

Expand Down

0 comments on commit b2daaa9

Please sign in to comment.