We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd1a1 commit 18dc563Copy full SHA for 18dc563
1 file changed
implementation/src/main/java/module-info.java
@@ -15,6 +15,8 @@
15
16
requires org.objectweb.asm;
17
18
+ requires jdk.unsupported;
19
+
20
exports io.smallrye.config;
21
exports io.smallrye.config._private to
22
io.smallrye.config.inject,
0 commit comments