Skip to content

Commit

Permalink
Update to plugin-meta 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Nov 19, 2016
1 parent d68c121 commit cfefb7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@ archivesBaseName = project.name.toLowerCase()

repositories {
jcenter()

// TODO: Remove before release
maven {
name = 'sponge'
url = 'https://repo.spongepowered.org/maven'
}
}

dependencies {
compile 'org.spongepowered:plugin-meta:0.4-SNAPSHOT'
compile 'org.spongepowered:plugin-meta:0.4'
compileOnly 'org.codehaus.groovy:groovy-all:2.4.7:indy'
}

Expand Down

0 comments on commit cfefb7d

Please sign in to comment.