iOS: remove unused Gradle settings (#329)
This commit is contained in:
parent
5818edc228
commit
a001f4615c
@ -15,8 +15,6 @@ sourceSets.main.java.srcDirs = ["src/"]
|
|||||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
// Configure your application main class
|
|
||||||
mainClassName = "org.oscim.ios.RoboVmLauncher"
|
|
||||||
roboVMVersion = "2.3.0"
|
roboVMVersion = "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@ sourceSets.main.java.srcDirs = ["src/"]
|
|||||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
// Configure your application main class
|
|
||||||
mainClassName = "org.oscim.ios.RoboVmLauncher"
|
|
||||||
roboVMVersion = "2.3.0"
|
roboVMVersion = "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user