diff options
author | Shevek <[email protected]> | 2013-12-28 03:37:36 -0800 |
---|---|---|
committer | Shevek <[email protected]> | 2013-12-28 03:37:36 -0800 |
commit | fd16df830589051764a1bccb33c90cd6ca4c1c57 (patch) | |
tree | 4af44d0ccc52228b78c0fd68a34e13535217472e /build.gradle | |
parent | bdc6c852f418c3e042aa41469d84544e5f60a526 (diff) |
Buildfile: Choose final maven coordinates.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index df4f9d3..c99935d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Establish version and status ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name -group = "org.anarres.${githubProjectName}" +group = "org.anarres" buildscript { repositories { |