From bddc1713c37f5ace26f6c149ef1c75dd316f19f5 Mon Sep 17 00:00:00 2001 From: Teodor Grigor Date: Mon, 4 Mar 2024 10:55:48 +0200 Subject: [PATCH] Ensure Resource Inclusion for querent Builds with xmlResources --- .../kotlin/dev/teogor/querent/structures/LanguagesSchema.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin/src/main/kotlin/dev/teogor/querent/structures/LanguagesSchema.kt b/gradle-plugin/src/main/kotlin/dev/teogor/querent/structures/LanguagesSchema.kt index 9796203..5df4d7b 100644 --- a/gradle-plugin/src/main/kotlin/dev/teogor/querent/structures/LanguagesSchema.kt +++ b/gradle-plugin/src/main/kotlin/dev/teogor/querent/structures/LanguagesSchema.kt @@ -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"), ) }