mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
html project commented out of gradle build
This commit is contained in:
parent
146c4111fd
commit
f69b8970de
@ -97,6 +97,7 @@ project(":ios") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
project(":html") {
|
project(":html") {
|
||||||
apply plugin: "gwt"
|
apply plugin: "gwt"
|
||||||
apply plugin: "war"
|
apply plugin: "war"
|
||||||
@ -112,11 +113,11 @@ project(":html") {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
project(":core") {
|
project(":core") {
|
||||||
apply plugin: "kotlin"
|
apply plugin: "kotlin"
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||||
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user