maven: fix archetype

This commit is contained in:
Alexey Andreev 2024-01-04 20:19:33 +01:00
parent 2d5869821e
commit bd97531a6c

View File

@ -24,7 +24,7 @@ description = "An archetype that creates a simple web application with enabled T
tasks.processResources { tasks.processResources {
expand( expand(
"teavmVersion" to version, "teavmVersion" to providers.gradleProperty("teavm.project.version").get(),
) )
} }