Bump Paperclip and fix configuration cache issue

This commit is contained in:
Kyle Wood
2021-11-27 21:06:16 -06:00
parent bd2bbe7bf4
commit 08ac01db8f
2 changed files with 3 additions and 2 deletions

View File

@@ -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")
+ }
+}
+