Skip to content

Commit

Permalink
add group name to build.gradle for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
shin285 committed Oct 31, 2019
1 parent 94e8949 commit 85d3f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ plugins {
id 'com.github.kt3k.coveralls' version '2.6.3'
}

group = 'com.github.shin285'


apply plugin: 'maven'
apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 85d3f68

Please sign in to comment.