mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-25 17:22:02 -07:00
Bump Paperclip and fix configuration cache issue
This commit is contained in:
@@ -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")
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
|
Reference in New Issue
Block a user