mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
chore: change broken gradle
This commit is contained in:
parent
8178968bb3
commit
ff18c7fce5
@ -192,6 +192,9 @@ minecraftServerConfig {
|
||||
jvmArgument = ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005", "-DIReallyKnowWhatIAmDoingISwear=true"]
|
||||
}
|
||||
|
||||
tasks.withType(Jar) {
|
||||
duplicatesStrategy = DuplicatesStrategy.WARN
|
||||
}
|
||||
|
||||
task copyPlugin() {
|
||||
doLast {
|
||||
|
@ -21,12 +21,11 @@ repositories {
|
||||
|
||||
// includeLibs just says to include the library in the final jar
|
||||
dependencies {
|
||||
includeLibs group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
includeLibs group: 'com.google.inject', name: 'guice', version:'4.0'
|
||||
compile group: 'com.google.inject', name: 'guice', version:'4.0'
|
||||
compile group: 'com.google.guava', name: 'guava', version: '29.0-jre'
|
||||
|
||||
//includeLibs group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
//includeLibs group: 'com.google.inject', name: 'guice', version:'4.0'
|
||||
implementation group: 'com.google.inject', name: 'guice', version:'4.0'
|
||||
implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
|
||||
|
||||
// For spigot api
|
||||
implementation "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
|
||||
|
Loading…
Reference in New Issue
Block a user