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

Adjust processResources project.version use to avoid deprecation warning

parent 43c5f237
Branches develop
No related tags found
No related merge requests found
Pipeline #149066 passed
......@@ -33,9 +33,9 @@ application {
}
processResources {
inputs.property("project.version", project.version)
inputs.property("version", project.version)
filesMatching("org/sablecc/sablecc/build.properties") {
expand(version: project.version)
expand(version: inputs.properties["version"])
}
// Copy license-related files from repository root into resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment