Skip to content

Commit

Permalink
Build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XDex committed Apr 4, 2018
1 parent 8117dbf commit 5d397e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ allprojects {
}
}

group 'io.github.sac'
group 'com.github.XDex'
version '2.0.0'


allprojects {
repositories {
jcenter()
Expand Down Expand Up @@ -52,7 +51,7 @@ publishing {
publications {
MyPublication(MavenPublication) {
from components.java
groupId 'io.github.sac'
groupId 'com.github.XDex'
artifactId 'SocketclusterClientJava'
version '2.0.0'

Expand Down

0 comments on commit 5d397e0

Please sign in to comment.