I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit d5462b31 authored by zzz's avatar zzz
Browse files

Tests: Disable console scala tests in gradle tests

NPEs due to null log manager
parent ec689115
No related branches found
No related tags found
No related merge requests found
Pipeline #1165 failed
...@@ -45,7 +45,11 @@ if (System.getenv("TARGET_JAVA_HOME") == null && JavaVersion.current() != JavaVe ...@@ -45,7 +45,11 @@ if (System.getenv("TARGET_JAVA_HOME") == null && JavaVersion.current() != JavaVe
args = ['-R', 'build/classes/scala/test', '-o'] args = ['-R', 'build/classes/scala/test', '-o']
classpath = sourceSets.test.runtimeClasspath classpath = sourceSets.test.runtimeClasspath
} }
test.dependsOn scalaTest
// java.lang.NullPointerException:
// at net.i2p.router.update.PluginUpdateHandler.<init>(PluginUpdateHandler.java:36)
// at net.i2p.router.update.PluginUpdateHandlerSpec.pluginUpdateHandler(PluginUpdateHandlerSpec.scala:19)
//test.dependsOn scalaTest
} }
// Create the java files from the po files. The jar task will compile them. // Create the java files from the po files. The jar task will compile them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment