From 41ed42701bf612f50e52fd7974957c6bbf244f1d Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Thu, 20 Apr 2023 08:45:28 -0700 Subject: [PATCH] Add filtering properties to processResources inputs Pretty sure this is still needed --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 223feaf..d9a0d1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,6 +43,7 @@ tasks { "description" to project.description, "apiVersion" to "1.19" ) + inputs.properties(props) filesMatching("plugin.yml") { expand(props) }