Skip to content

Commit

Permalink
Switching the groupId and artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Aug 31, 2015
1 parent 78fd775 commit cfec3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ compileJava {

publish {
userOrg = 'fewlaps'
groupId = 'quitnow-email-suggester'
artifactId = 'com.fewlaps.quitnowemailsuggester'
groupId = 'com.fewlaps.quitnowemailsuggester'
artifactId = 'quitnow-email-suggester'
publishVersion = '1.3'
desc = ''
website = 'https://github.com/Fewlaps/quitnow-email-suggester'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Aug 31 18:57:07 CEST 2015
#Tue Sep 01 00:28:29 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-all.zip

0 comments on commit cfec3a7

Please sign in to comment.