Skip to content

Commit

Permalink
update to spongeapi 7.1.0 and metxxxx 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KunoSayo committed Oct 11, 2018
1 parent 31b47f8 commit baae63a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 775 deletions.
18 changes: 15 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ buildscript {
plugins {
id 'ninja.miserable.blossom' version '1.0.1'
id 'org.spongepowered.plugin' version '0.8.1'
id 'com.github.johnrengelman.shadow' version '2.0.4'
}

sourceCompatibility = '1.8'
Expand Down Expand Up @@ -67,10 +68,12 @@ tasks.withType(JavaCompile) {
}

dependencies {
compile 'org.spongepowered:spongeapi:7.0.0'
compile 'org.spongepowered:spongeapi:7.1.0'
compile 'br.net.fabiozumbi12.UltimateChat:UltimateChat-Sponge-5.0-6.0:1.8.6'
compile 'com.github.rojo8399:PlaceholderAPI:master-SNAPSHOT'
compile "io.github.nucleuspowered:nucleus-api:1.3.9-S7.0"
compile 'io.github.nucleuspowered:nucleus-api:1.3.9-S7.0'

compile 'org.bstats.bStats-Metrics:bstats-sponge:1.3'
}

sourceSets {
Expand All @@ -87,6 +90,15 @@ task apiJar(type: Jar) {
include 'com/github/euonmyoji/newhonor/api/**'
}

shadowJar {
classifier = ""
dependencies {
//noinspection GroovyAssignabilityCheck # ??? qwq
include(dependency("org.bstats.bStats-Metrics:bstats-sponge:1.3"))
}
}

artifacts {
archives apiJar
}
archives shadowJar
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=NewHonor
group=com.github.euonmyoji.newhonor
version=2.2.2
version=2.3.0
Loading

1 comment on commit baae63a

@liach
Copy link

@liach liach commented on baae63a Oct 14, 2018

Choose a reason for hiding this comment

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

感谢!

Please sign in to comment.