Skip to content

Commit

Permalink
Ensure Resource Inclusion for querent Builds with xmlResources
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Mar 4, 2024
1 parent ba38b17 commit bddc171
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 bddc171

Please sign in to comment.