Make jdk.foreign transitive.
authorNot Zed <notzed@gmail.com>
Sat, 25 Jan 2020 01:56:18 +0000 (12:26 +1030)
committerNot Zed <notzed@gmail.com>
Sat, 25 Jan 2020 01:56:18 +0000 (12:26 +1030)
src/notzed.zcl/classes/module-info.java

index e2aac4b..3123d2c 100644 (file)
@@ -21,7 +21,7 @@
  * Implements a java-friendly binding to OpenCL.
  */
 module notzed.zcl {
-       requires jdk.incubator.foreign;
+       requires transitive jdk.incubator.foreign;
 
        exports au.notzed.zcl;
        //exports au.notzed.zcl.khr;