From 1cb1af1b1c0bf62cca445089f85d29aecf3077d6 Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Sat, 20 Apr 2024 18:22:50 -0400 Subject: [PATCH] paper-plugin.yml does not have an authors section --- paper/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index f74253be5..5cb4497e3 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -62,7 +62,7 @@ tasks { inputs.properties("name" to rootProject.name) inputs.properties("version" to project.version) inputs.properties("group" to project.group) - inputs.properties("authors" to project.properties["authors"]) + //inputs.properties("authors" to project.properties["authors"]) inputs.properties("description" to project.properties["description"]) inputs.properties("website" to project.properties["website"])