Bump Paperclip and fix configuration cache issue
This commit is contained in:
parent
bd2bbe7bf4
commit
08ac01db8f
2 changed files with 3 additions and 2 deletions
|
@ -72,8 +72,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ inputs.property("version", project.version)
|
||||
+ val pomProps = layout.buildDirectory.file("pom.properties")
|
||||
+ outputs.file(pomProps)
|
||||
+ val projectVersion = project.version
|
||||
+ doLast {
|
||||
+ pomProps.get().asFile.writeText("version=${project.version}")
|
||||
+ pomProps.get().asFile.writeText("version=$projectVersion")
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue