Skip to content

Commit

Permalink
fix missing plugin IDs on bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Mar 13, 2015
1 parent c106708 commit 1a9a899
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 @@ -14,7 +14,6 @@ buildscript {
*/
configure(subprojects.findAll{p-> p.name.contains('plugin')}){
apply plugin: 'org.xtend.xtend'
apply plugin: 'com.github.oehme.sobula.plugin-release'
apply plugin: 'java-gradle-plugin'

dependencies {
Expand All @@ -30,7 +29,7 @@ subprojects {
}

allprojects {
apply plugin: 'com.github.oehme.sobula.bintray-release'
apply plugin: 'com.github.oehme.sobula.plugin-release'

group = "org.xtext"
bintray.pkg.name = "$rootProject.group:$rootProject.name"
Expand Down

0 comments on commit 1a9a899

Please sign in to comment.