ZedZone
|
Blog
|
Software
|
Code
projects
/
zcl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c77d4
)
Make jdk.foreign transitive.
author
Not Zed
<notzed@gmail.com>
Sat, 25 Jan 2020 01:56:18 +0000
(12:26 +1030)
committer
Not Zed
<notzed@gmail.com>
Sat, 25 Jan 2020 01:56:18 +0000
(12:26 +1030)
src/notzed.zcl/classes/module-info.java
patch
|
blob
|
history
diff --git
a/src/notzed.zcl/classes/module-info.java
b/src/notzed.zcl/classes/module-info.java
index
e2aac4b
..
3123d2c
100644
(file)
--- a/
src/notzed.zcl/classes/module-info.java
+++ b/
src/notzed.zcl/classes/module-info.java
@@
-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;