Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
scrape bungee
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 19, 2016
1 parent f7e04fb commit bd2f328
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ buildscript {
}
maven {
name 'sonatype'
url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'http://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
name 'spigot'
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}

mavenCentral()
}
dependencies {
Expand All @@ -38,7 +43,7 @@ repositories {
clear()
maven {
name 'sonatype'
url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'http://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
name 'prok'
Expand All @@ -52,6 +57,11 @@ repositories {
name 'minecraft'
url 'https://libraries.minecraft.net/'
}
maven {
name 'spigot'
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}

mavenCentral()
}

Expand Down Expand Up @@ -123,7 +133,6 @@ configurations {

dependencies {
bootstrap 'pw.prok:KBootstrap:0.2.+'

libraries 'net.minecraft:launchwrapper:1.12@jar'
libraries 'org.ow2.asm:asm-all:5.0.3'
libraries 'com.typesafe.akka:akka-actor_2.11:2.3.3'
Expand Down Expand Up @@ -154,7 +163,6 @@ dependencies {
libraries 'org.apache.httpcomponents:httpclient:4.4.1'
libraries 'net.openhft:affinity:3.0.1'
libraries 'org.fusesource.jansi:jansi:1.11'
libraries 'net.md-5:bungeecord-chat:1.9-SNAPSHOT'
}

packageUniversal {
Expand Down

4 comments on commit bd2f328

@Zilacon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this effect thermos running on a bungee network at all?

@sameer
Copy link
Member

@sameer sameer commented on bd2f328 Mar 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it was from an earlier failed attempt to make the Chat API compatible.

@Zilacon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, thanks for the quick reply.

@sameer
Copy link
Member

@sameer sameer commented on bd2f328 Mar 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem.

Please sign in to comment.