mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #22 - Singleplayer and shared worlds, shader fixes
This commit is contained in:
@ -2,9 +2,6 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
@ -18,7 +15,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/** we use 0.6.1 due to performance issues on 7.0.0 */
|
||||
implementation 'org.teavm:teavm-cli:0.6.1'
|
||||
implementation 'org.teavm:teavm-tooling:0.6.1'
|
||||
implementation 'org.teavm:teavm-cli:0.9.2'
|
||||
implementation 'org.teavm:teavm-tooling:0.9.2'
|
||||
}
|
||||
|
Reference in New Issue
Block a user