Changed "Client Holocore" to "ClientHolocore"

This commit is contained in:
Obique PSWG
2017-12-20 16:44:26 -06:00
parent 34c09176ad
commit 70695be0fe
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@@ -4,6 +4,6 @@
[submodule "PSWGCommon"]
path = PSWGCommon
url = git@bitbucket.org:projectswg/pswgcommon.git
[submodule "Client Holocore"]
path = Client Holocore
[submodule "ClientHolocore"]
path = ClientHolocore
url = ssh://git@bitbucket.org/projectswg/client-holocore.git

View File

@@ -23,7 +23,7 @@ shadowJar {
dependencies {
compile project(':PSWGCommon')
compile project(':Client Holocore')
compile project(':ClientHolocore')
compileOnly fileTree(dir: 'lib', include: ['*.jar'])
}

View File

@@ -1 +1 @@
include ':PSWGCommon', ':Client Holocore'
include ':PSWGCommon', ':ClientHolocore'