mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-java/openjfx: new package
Quick howto to get openjdk with integrated javafx 1) install openjdk-bin:11 2) install openjfx:11 3) install openjdk:11[javafx], it will pick up jfx libs 4) Optional: remove openjdk-bin:11 no need to unmask gentoo-vm flag Bug: https://bugs.gentoo.org/547918 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
13
dev-java/openjfx/files/11/disable-buildSrc-tests.patch
Normal file
13
dev-java/openjfx/files/11/disable-buildSrc-tests.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
@@ -81,6 +81,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;
|
||||
enableAssertions = true;
|
||||
testLogging.exceptionFormat = "full";
|
||||
scanForTestClasses = false;
|
||||
Reference in New Issue
Block a user