Skip to content

Commit

Permalink
Merge pull request #17 from teogor/bug-fix/xml-resources
Browse files Browse the repository at this point in the history
Address Missing Resources in querent CI Builds with xmlResources=true
  • Loading branch information
teogor authored Mar 4, 2024
2 parents ba38b17 + bddc171 commit 8f9a736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LanguagesSchema(data: FoundationData) : Blueprint(data) {
) {
languageListInput.set(languageListTaskProvider.flatMap { it.languageTagListOutput })
localeConfigOutput.set(
res.file("/xml/locale_config.xml"),
res.file("xml/locale_config.xml"),
)
}

Expand Down

0 comments on commit 8f9a736

Please sign in to comment.