Skip to content

Commit

Permalink
fix shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed Apr 4, 2017
1 parent 31b7b0d commit ff92eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
dependencies {
apply plugin: 'java'
compile "org.spongepowered:spongeapi:${spongeAPI}-$spongeChannel"
compileOnly 'com.github.dags-:TextMU:0.1'
compile 'com.github.dags-:TextMU:0.1'
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Apr 03 10:02:11 BST 2017
#Tue Apr 04 22:13:21 BST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ff92eb5

Please sign in to comment.