mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 10:28:14 -05:00
Update #0 - First Release
This commit is contained in:
24
buildtools/teavm-bridge/build.gradle
Normal file
24
buildtools/teavm-bridge/build.gradle
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src/main/java'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
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'
|
||||
}
|
Reference in New Issue
Block a user