Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 28fd1674c709646423e2f944413c07f7 > files > 8

java-1.8.0-openjfx-1.8.0.201-1.b08.3.mga6.src.rpm

Description: Disables the buildSrc tests to work around a Gradle bug (UnsupportedOperationException: Cannot nest operations in the same thread)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -96,6 +96,7 @@
 // Java 7 but when we switch to 8 this will be needed, and probably again when
 // we start building with Java 9.
 test {
+    enabled = false;
     jvmArgs("-Djava.ext.dirs=");
     enableAssertions = true;
     testLogging.exceptionFormat = "full";