Skip to content

Commit

Permalink
fix comment for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Dec 18, 2017
1 parent 9ec13f0 commit fcf3eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ uploadArchives {
}
}

// Note: The plugin has to be uploaded to Maven Central first
// Note: The plugin has to be uploaded to Bintray first
pluginBundle {
website = 'https://github.com/aaschmid/gradle-cpd-plugin'
vcsUrl = 'https://github.com/aaschmid/gradle-cpd-plugin'
Expand All @@ -232,5 +232,6 @@ pluginBundle {
mavenCoordinates {
groupId = project.group
artifactId = 'gradle-cpd-plugin'
version = project.version
}
}

0 comments on commit fcf3eb9

Please sign in to comment.