Skip to content

Commit

Permalink
build.gradle: add missing requires declarations to module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Dec 19, 2023
1 parent 8ffad48 commit e10a8c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,12 @@ tasks.register('generateModuleInfo') {
opens de.bwravencl.controllerbuddy.input.driver to
com.sun.jna;
requires batik.anim;
requires batik.bridge;
requires batik.constants;
requires batik.dom;
requires batik.swing;
requires batik.util;
requires com.google.gson;
requires com.formdev.flatlaf;
requires com.sun.jna;
Expand All @@ -187,6 +192,7 @@ tasks.register('generateModuleInfo') {
requires org.lwjgl.openvr;
${openVrSupport ? ' requires org.lwjgl.openvr.natives;' : ''}
requires uk.co.bithatch.linuxio;
requires xml.apis.ext;
}
""".stripIndent()
}
Expand Down

0 comments on commit e10a8c6

Please sign in to comment.