Archived
0
This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
ChatAPI/build.gradle

12 lines
293 B
Groovy
Raw Normal View History

2019-02-08 14:40:29 -05:00
apply plugin: "java"
repositories {
2019-02-08 14:52:26 -05:00
jcenter()
2019-02-08 14:40:29 -05:00
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}