Skip to content

Commit

Permalink
chore: Fix build-properties handling in native image
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed May 13, 2024
1 parent a3bf7ae commit 8066dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcli-core/fcli-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task generateFcliBuildProperties {
mkdir "${resourceConfigOutputDir}"
def contents =
'{"resources":[\n' +
' {"pattern":"com/fortify/cli/app/fcli-build.properties"}\n' +
' {"pattern":"com/fortify/cli/common/fcli-build.properties"}\n' +
']}\n'
file("${resourceConfigOutputDir}/resource-config.json").text = contents;
println contents
Expand Down

0 comments on commit 8066dc0

Please sign in to comment.