Skip to content

Commit

Permalink
Fixed the 'grade-plugin' bintray attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Jul 9, 2014
1 parent d3f03d0 commit bc63789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ uploadArchives {
vcsUrl 'https://github.com/ysb33r/Gradle.git'
autoCreatePackage true
updatePackage true
versionAttributes 'gradle-plugin' : "org.ysb33r.doxygen:${group}:${moduleName}"
versionAttributes 'gradle-plugin' : "org.ysb33r.doxygen:${group}:${archivesBaseName}"
}
}

Expand Down

0 comments on commit bc63789

Please sign in to comment.