1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 18:32:33 +02:00

Buildscript changes

This commit is contained in:
Luck
2019-01-07 21:25:11 +00:00
parent 797c195424
commit db830a0bef
10 changed files with 19 additions and 53 deletions

View File

@@ -2,13 +2,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '2.0.4'
}
repositories {
maven {
name 'spigot-repo'
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}
}
dependencies {
compile project(path: ':bukkit', configuration: 'shadow')
compile 'com.google.code.gson:gson:2.7'