Bump Paperclip and fix configuration cache issue

This commit is contained in:
Kyle Wood 2021-11-27 21:06:16 -06:00 committed by MiniDigger | Martin
commit 0af80abdca
4 changed files with 9 additions and 8 deletions

View file

@ -27,10 +27,10 @@ index e431e3435737e28394d81b56568a08b3c3148b9b..b23bde3b5e881f146539a307d0a59f21
+/.factorypath
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..3ccff060bcb816520a27ec2f34adc977dd49ce1d
index 0000000000000000000000000000000000000000..1b16a242187079f80720fc1990ee09bb6a5c2768
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,65 @@
@@ -0,0 +1,66 @@
+plugins {
+ `java-library`
+ `maven-publish`
@ -72,8 +72,9 @@ index 0000000000000000000000000000000000000000..3ccff060bcb816520a27ec2f34adc977
+ 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")
+ }
+}
+