Skip to content

Commit

Permalink
change bukkitapi to spigotapi
Browse files Browse the repository at this point in the history
  • Loading branch information
602723113 committed Jan 13, 2023
1 parent d62a032 commit 2187eff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven {
name = 'spigotmc-repo'
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
name = 'lss-repo'
url = 'https://maven.fastmirror.net/repositories/minecraft'
}
maven {
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
maven { url "https://repo.dmulloy2.net/repository/public/" }
}

dependencies {
compileOnly 'org.bukkit:bukkit:1.15.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.2'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.7.0'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 2187eff

Please sign in to comment.