Skip to content

Commit 0c350bf

Browse files
committed
build: Fix group name
1 parent 0e07a04 commit 0c350bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: "eclipse"
33
apply plugin: "idea"
44
apply plugin: 'maven-publish'
55

6-
group = 'com.github.jitpack'
6+
group = 'com.github.crykn'
77
version '0.7.1'
88

99
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)