@@ -37,38 +37,42 @@ repositories {
3737 url ' http://nexus.hc.to/content/repositories/pub_releases/'
3838 }
3939
40- // TODO: Check that it works
41- // maven {
42- // name 'keyle-repo'
43- // url 'https://nexus.keyle.de/content/groups/public/'
44- // }
40+ maven {
41+ name ' keyle-repo'
42+ url ' http://repo.keyle.de/'
43+ }
4544
4645 maven {
47- name ' placeholderapi'
46+ name ' placeholderapi-repo '
4847 url ' http://repo.extendedclip.com/content/repositories/placeholderapi/'
4948 }
49+
50+ maven {
51+ name ' ec-repo'
52+ url ' https://raw.github.com/EndlessCodeGroup/mvn-repo/master/'
53+ }
5054}
5155
5256shadowJar {
5357 relocate ' com.comphenix.packetwrapper' , ' ru.endlesscode.rpginventory.shade.com.comphenix.packetwrapper'
5458}
5559
5660dependencies {
57- compileOnly bukkit()
58- compileOnly ( group : ' net.milkbowl.vault' , name : ' VaultAPI' , version : ' 1.6' ) {
61+ compileOnly( bukkit() )
62+ compileOnly( ' net.milkbowl.vault: VaultAPI: 1.6' ) {
5963 exclude group : ' org.bukkit'
6064 }
61- compileOnly group : ' com.comphenix.protocol' , name : ' ProtocolLib-API' , version : ' 4.4.0-SNAPSHOT'
62- compileOnly group : ' org.jetbrains' , name : ' annotations' , version : ' 15.0'
63- compileOnly group : ' me.clip' , name : ' placeholderapi' , version : ' 2.6.0'
64- compileOnly group : ' me.robin' , name : ' BattleLevelsAPI' , version : ' 6.9.1'
65- compileOnly group : ' com.herocraftonline' , name : ' Heroes' , version : ' 1.5.5.7 '
66- compileOnly group : ' de.keyle' , name : ' MyPet ' , version : ' 2.3.2-SNAPSHOT '
67- compileOnly group : ' org.tobiyas' , name : ' RacesAndClasses' , version : ' 1.2.0'
68- compileOnly group : ' me.baks' , name : ' RPGPlayerLeveling' , version : ' 3.7.2'
69- compileOnly group : ' com.sucy' , name : ' SkillAPI' , version : ' 3.90 '
70- compileOnly group : ' me.leothepro555' , name : ' Skills'
71- testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
65+ compileOnly( ' com.comphenix.protocol: ProtocolLib-API: 4.4.0-SNAPSHOT' )
66+ compileOnly( ' org.jetbrains: annotations: 15.0' )
67+ compileOnly( ' me.clip: placeholderapi: 2.6.0' )
68+ compileOnly( ' me.robin: BattleLevelsAPI: 6.9.1' )
69+ compileOnly( ' com.herocraftonline.heroes: Heroes: 1.5.5.6 ' )
70+ compileOnly( ' de.keyle:mypet: 2.3.3 ' )
71+ compileOnly( ' org.tobiyas: RacesAndClasses: 1.2.0' )
72+ compileOnly( ' me.baks: RPGPlayerLeveling: 3.7.2' )
73+ compileOnly( ' com.sucy: SkillAPI:3.102 ' )
74+ compileOnly( ' me.leothepro555: Skills' )
75+ testImplementation( ' junit: junit: 4.12' )
7276}
7377
7478jacocoTestReport {
0 commit comments