Skip to content
Snippets Groups Projects
Commit 5a2c7066 authored by dgelessus's avatar dgelessus
Browse files

Adjust processResources project.version use to avoid deprecation warning

parent ca762a98
No related branches found
No related tags found
No related merge requests found
Pipeline #151734 passed
...@@ -69,9 +69,9 @@ components.java.withVariantsFromConfiguration(configurations.shadowRuntimeElemen ...@@ -69,9 +69,9 @@ components.java.withVariantsFromConfiguration(configurations.shadowRuntimeElemen
} }
processResources { processResources {
inputs.property("project.version", project.version) inputs.property("version", project.version)
filesMatching("de/tla2b/build.properties") { filesMatching("de/tla2b/build.properties") {
expand(version: project.version) expand(version: inputs.properties["version"])
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment