mirror of
https://bitbucket.org/projectswg/forwarder.git
synced 2026-01-16 23:04:26 -05:00
Changed "Client Holocore" to "ClientHolocore"
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@ shadowJar {
|
||||
|
||||
dependencies {
|
||||
compile project(':PSWGCommon')
|
||||
compile project(':Client Holocore')
|
||||
compile project(':ClientHolocore')
|
||||
compileOnly fileTree(dir: 'lib', include: ['*.jar'])
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
include ':PSWGCommon', ':Client Holocore'
|
||||
include ':PSWGCommon', ':ClientHolocore'
|
||||
|
||||
Reference in New Issue
Block a user