Skip to content

Commit

Permalink
Update plugin-meta to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Aug 27, 2016
1 parent 937f0d8 commit 0204856
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 uploading to Gradle's plugin portal
maven {
name = 'sponge'
url = 'http://repo.spongepowered.org/maven'
}
}

dependencies {
// TODO: Switch to release before uploading to Gradle's plugin portal
compile 'org.spongepowered:plugin-meta:0.2-SNAPSHOT'
compile 'org.spongepowered:plugin-meta:0.2'
compileOnly 'org.codehaus.groovy:groovy-all:2.4.4:indy'
}

Expand Down

0 comments on commit 0204856

Please sign in to comment.