mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Changed dependencies from file to proper dependencies, also added flatDir to repository block.
This commit is contained in:
parent
758df7990e
commit
b72e4455ce
10
build.gradle
10
build.gradle
@ -31,6 +31,10 @@ repositories {
|
|||||||
name 'dmulloy2-repo'
|
name 'dmulloy2-repo'
|
||||||
url 'http://repo.dmulloy2.net/content/groups/public/'
|
url 'http://repo.dmulloy2.net/content/groups/public/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flatDir {
|
||||||
|
dir 'libs'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task sourceJar(type: Jar, dependsOn: classes) {
|
task sourceJar(type: Jar, dependsOn: classes) {
|
||||||
@ -95,10 +99,8 @@ file('libs').mkdirs()
|
|||||||
ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest: file('libs'), verbose: false, skipexisting: true
|
ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest: file('libs'), verbose: false, skipexisting: true
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.bukkit:bukkit:' + project.ext.spigotVersion
|
compile 'org.spigotmc:spigot-api:' + project.ext.spigotVersion
|
||||||
compile 'com.comphenix.protocol:ProtocolLib:3.6.5-SNAPSHOT'
|
compile 'com.comphenix.protocol:ProtocolLib:3.6.5-SNAPSHOT'
|
||||||
compile files(
|
compile name: 'spigot'
|
||||||
'libs/spigot.jar'
|
|
||||||
)
|
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.10'
|
testCompile group: 'junit', name: 'junit', version: '4.10'
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ main: me.libraryaddict.disguise.LibsDisguises
|
|||||||
version: 8.6.8
|
version: 8.6.8
|
||||||
author: libraryaddict
|
author: libraryaddict
|
||||||
authors: [Byteflux, Navid K.]
|
authors: [Byteflux, Navid K.]
|
||||||
depend: [ProtocolLib]
|
softdepend: [ProtocolLib]
|
||||||
commands:
|
commands:
|
||||||
libsdisguises:
|
libsdisguises:
|
||||||
permission: libsdisguises.seecmd.libsdisguises
|
permission: libsdisguises.seecmd.libsdisguises
|
||||||
|
Loading…
Reference in New Issue
Block a user