Skip to content

Commit da249c4

Browse files
committed
Release 2.1.2
1 parent f537dc3 commit da249c4

15 files changed

Lines changed: 21 additions & 756 deletions

File tree

39 Bytes
Binary file not shown.
1.64 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

build.gradle

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apply plugin: 'java'
22
apply plugin: 'eclipse'
33
apply plugin: 'idea'
44

5+
task getHomeDir << {
6+
println gradle.gradleHomeDir
7+
}
8+
59
group = 'be.isach'
610
version = '2.1.2-RELEASE'
711

@@ -10,11 +14,6 @@ libsDirName = '/Users/Sacha/Desktop/LOCAL/plugins/'
1014
compileJava.options.encoding = 'UTF-8'
1115

1216
repositories {
13-
repositories {
14-
maven {
15-
url 'http://nexus.theyeticave.net/content/repositories/pub_releases'
16-
}
17-
}
1817
repositories {
1918
maven {
2019
url 'http://server.o2gaming.com/repo/'
@@ -57,19 +56,19 @@ configurations {
5756
compile.extendsFrom provided
5857
}
5958

59+
6060
dependencies {
6161
provided name: 'spigot-1.9.2'
6262
provided name: 'spigot-1.8.8'
63+
provided name: 'LibsDisguises'
6364
compile('com.comphenix.protocol:ProtocolLib:3.6.4') {
6465
exclude group: 'org.bukkit'
6566
}
66-
compile('LibsDisguises:LibsDisguises:8.6.7-SNAPSHOT') {
67-
exclude group: 'org.bukkit'
68-
}
6967
compile('com.xxmicloxx:NoteBlockAPI:1.0-SNAPSHOT') {
7068
exclude group: 'org.bukkit'
7169
}
72-
compile('net.milkbowl.vault:VaultAPI:1.5') {
73-
exclude group: 'org.bukkit'
70+
compile('net.milkbowl.vault:VaultAPI:1.6') {
71+
exclude group:'org.bukkit'
7472
}
73+
7574
}

build/resources/main/config.yml

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)