Skip to content

Commit

Permalink
maven: fix archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Jan 4, 2024
1 parent 2d58698 commit bd97531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/maven/webapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description = "An archetype that creates a simple web application with enabled T

tasks.processResources {
expand(
"teavmVersion" to version,
"teavmVersion" to providers.gradleProperty("teavm.project.version").get(),
)
}

Expand Down

0 comments on commit bd97531

Please sign in to comment.