Merged changes from original repo and modified some web port releated files
This commit is contained in:
@@ -1,20 +1,17 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
dependencies {
|
||||
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion"
|
||||
implementation "com.github.xpenatan.gdx-teavm:backend-teavm:$gdxTeaVMVersion"
|
||||
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
|
||||
implementation "com.github.xpenatan.gdx-teavm:gdx-freetype-teavm:$gdxTeaVMVersion"
|
||||
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
|
||||
implementation project(':core')
|
||||
implementation "org.teavm:teavm-jso:$teaVMVersion"
|
||||
implementation "org.teavm:teavm-core:$teaVMVersion"
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url 'https://teavm.org/maven/repository' }
|
||||
mavenCentral()
|
||||
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots/") }
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
maven { url 'https://teavm.org/maven/repository' }
|
||||
}
|
||||
|
||||
tasks.register('compileClient', JavaExec) {
|
||||
|
||||
Reference in New Issue
Block a user