Put our artifact under a group so we can publish

This commit is contained in:
R. Tyler Croy 2015-08-10 05:36:42 -07:00
parent 34b6e0c2e6
commit 699939f0b6
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apply plugin: 'maven'
apply plugin: 'codenarc'
version = '0.1'
group = 'com.github.jrubygradle'
description = 'A Groovy-based library for managing Ruby gems'
repositories {