Added better logging and browser support.
We still need to work on the Linux browser a bit.
This commit is contained in:
@@ -39,10 +39,10 @@ targetCompatibility = JavaVersion.VERSION_16
|
||||
mainClassName = defaultPackage + '.player.Interface'
|
||||
//mainClassName = defaultPackage + '.localPlayer.Player'
|
||||
|
||||
compileJava.dependsOn rootProject.bundleAddOn
|
||||
|
||||
run {
|
||||
systemProperty "java.library.path", file("${project(":player").buildDir}/lib/main/debug").absolutePath
|
||||
}
|
||||
|
||||
compileJava.dependsOn ':player:linkDebug'
|
||||
compileJava.dependsOn rootProject.bundleAddOn
|
||||
compileJava.dependsOn ':player:linkDebug'
|
||||
compileJava.dependsOn ':addonInter:installAddon'
|
||||
Reference in New Issue
Block a user