Skip to content

Commit

Permalink
Attempt to get RedCommands sources working with RedLib
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Dec 17, 2021
1 parent 6813d48 commit 3b9e1c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -80,9 +80,9 @@ publishing {
groupId = 'com.github.Redempt'
artifactId = rootProject.name
version = '1.0'
artifact jar
artifact javadocJar
artifact sourcesJar
from components.java
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion res/plugin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b9e1c8

Please sign in to comment.