Skip to content

Commit

Permalink
Fix bintray package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Dec 23, 2016
1 parent 395301c commit 0ba4633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'com.github.oehme.sobula.plugin-release'

group = "org.xtext"
bintray.pkg.name = "$rootProject.group:$rootProject.name"
bintray.pkg.name = "$org.xtext:xtext-gradle-plugin"

contacts {
"[email protected]" {
Expand Down

0 comments on commit 0ba4633

Please sign in to comment.