Use the appropriate group name

This commit is contained in:
R. Tyler Croy 2015-09-18 15:01:39 -07:00
parent 172557e0be
commit 9a42acdf33
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apply plugin: 'maven'
apply plugin: 'com.jfrog.bintray'
version = '0.2.0'
group = 'com.github.jrubygradle'
group = 'com.github.jruby-gradle'
description = 'A library for managing Ruby gems'
defaultTasks 'check', 'assemble'