0

Move to Master #8

Merged
Minenash merged 24 commits from gradle into master 2019-02-08 16:31:21 +00:00
Showing only changes of commit 335a5b57d3 - Show all commits

View File

@ -23,6 +23,8 @@ dependencies {
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT" implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT" implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
compile group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.11.1'
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT' compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
} }