3
0
Mirror von https://github.com/Moulberry/AxiomPaperPlugin.git synchronisiert 2024-09-29 07:50:05 +02:00

Add filtering properties to processResources inputs

Pretty sure this is still needed
Dieser Commit ist enthalten in:
Jason Penilla 2023-04-20 08:45:28 -07:00
Ursprung 85a35d4d26
Commit 41ed42701b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0E75A301420E48F8

Datei anzeigen

@ -43,6 +43,7 @@ tasks {
"description" to project.description,
"apiVersion" to "1.19"
)
inputs.properties(props)
filesMatching("plugin.yml") {
expand(props)
}