Skip to content

Commit 768d68f

Browse files
committed
Some libs moved from local repo to online
1 parent 8d7f502 commit 768d68f

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

build.gradle

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5256
shadowJar {
5357
relocate 'com.comphenix.packetwrapper', 'ru.endlesscode.rpginventory.shade.com.comphenix.packetwrapper'
5458
}
5559

5660
dependencies {
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

7478
jacocoTestReport {

gradle/wrapper/gradle-wrapper.jar

-383 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Aug 21 17:49:16 MSK 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

libs/Heroes-1.5.5.7.jar

-482 KB
Binary file not shown.

libs/MyPet-2.3.2-SNAPSHOT.jar

-2.93 MB
Binary file not shown.

libs/SkillAPI-3.90.jar

-562 KB
Binary file not shown.

0 commit comments

Comments
 (0)