Has Gradle download and install the browser rather than bundle it.
This is more flexible, and I couldn't exactly upload the Firefox installation to Git before.
This commit is contained in:
@@ -31,6 +31,7 @@ dependencies {
|
||||
implementation 'uk.co.caprica:vlcj:4.7.1'
|
||||
implementation project(":libwave")
|
||||
implementation project(":browserCommands")
|
||||
implementation project(":browser")
|
||||
|
||||
// Declare the dependency for your favourite test framework you want to use in your tests.
|
||||
// TestNG is also supported by the Gradle Test task. Just change the
|
||||
@@ -46,5 +47,4 @@ targetCompatibility = JavaVersion.VERSION_16
|
||||
mainClassName = defaultPackage + '.player.Interface'
|
||||
//mainClassName = defaultPackage + '.localPlayer.Player'
|
||||
|
||||
compileJava.dependsOn rootProject.bundleAddOn
|
||||
compileJava.dependsOn ':addonInter:installAddon'
|
||||
Reference in New Issue
Block a user