fix group id
This commit is contained in:
parent
6b982af2db
commit
18f0dd3a94
|
@ -3,7 +3,7 @@ apply plugin: "maven"
|
|||
apply plugin: "eclipse"
|
||||
apply plugin: "idea"
|
||||
|
||||
group = "com.blarg.gdx"
|
||||
group = "ca.blarg.gdx"
|
||||
version = "0.1-SNAPSHOT"
|
||||
ext.appName = "gdx-toolbox"
|
||||
ext.gdxVersion = "0.9.9"
|
||||
|
@ -23,4 +23,4 @@ dependencies {
|
|||
|
||||
eclipse.project {
|
||||
name = appName
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue