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"), ) }