Skip to content

Commit

Permalink
More improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Apr 20, 2017
1 parent 5a74c40 commit f4625a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apply plugin: "java"
apply plugin: "eclipse"
apply plugin: "maven"
apply plugin: "maven-publish"
apply plugin: "com.github.johnrengelman.shadow"

def getChangelog() {
Pattern pattern = Pattern.compile("^.+?\n-+\n\n((?:- .+?\n)+)");
Expand Down Expand Up @@ -176,7 +175,7 @@ shadowJar {
classifier = null

dependencies {
include dependency("mysql:mysql-connector-java")
exclude dependency("org.spongepowered:spongeapi")
}

relocate "com.mysql", "${project.group}.shadow.mysql"
Expand Down

0 comments on commit f4625a3

Please sign in to comment.