Skip to content

Commit

Permalink
Updated the URL to which netbeans-gradle-default-models is published to.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Nov 28, 2013
1 parent d973ea3 commit 59192f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ artifacts {
uploadArchives {
repositories {
mavenDeployer {
def repoUrl = getStringProperty('publishNBGradleRepoUrl', 'https://api.bintray.com/maven/kelemen/maven/NBGradleDefaultModels');
def repoUrl = getStringProperty('publishNBGradleRepoUrl', 'https://api.bintray.com/maven/kelemen/maven/Gradle-NetBeans');
def repoUser = getStringProperty('publishNBGradleUserName', 'kelemen');
def repoPassword = getStringProperty('publishNBGradlePassword', '');
repository(url: repoUrl) {
Expand Down

0 comments on commit 59192f4

Please sign in to comment.