Skip to content

Commit 1fb0c27

Browse files
committed
corrected typo in groupID of artifact
1 parent 9332786 commit 1fb0c27

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
@@ -49,7 +49,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4949

5050
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
5151
//group = 'de.mpicbg.scicomp'
52-
group = 'com.github.holgerbandl'
52+
group = 'com.github.holgerbrandl'
5353
version = '1.1.5'
5454
//version = '1.2-SNAPSHOT'
5555

0 commit comments

Comments
 (0)