mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
maven: fix archetype
This commit is contained in:
parent
2d5869821e
commit
bd97531a6c
@ -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(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user