From 3b9e1c8e5b9eaa5127090175474ff24d19d2e414 Mon Sep 17 00:00:00 2001 From: Redempt Date: Thu, 16 Dec 2021 18:03:00 -0500 Subject: [PATCH] Attempt to get RedCommands sources working with RedLib --- build.gradle | 4 ++-- res/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0354316..54ff4c2 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' - api 'com.github.Redempt:RedCommands:1.5.3' + api 'com.github.Redempt:RedCommands:6010fe0' } sourceSets { main { @@ -80,9 +80,9 @@ publishing { groupId = 'com.github.Redempt' artifactId = rootProject.name version = '1.0' - artifact jar artifact javadocJar artifact sourcesJar + from components.java } } } diff --git a/res/plugin.yml b/res/plugin.yml index 5544212..a7c57df 100755 --- a/res/plugin.yml +++ b/res/plugin.yml @@ -1,6 +1,6 @@ name: RedLib main: redempt.redlib.RedLib -version: 2021-12-16 22:41 +version: 2021-12-17 03:18 author: Redempt api-version: 1.13 load: STARTUP