remove jopt-simple dependency from jextract. This will also remove "org.moditect.gradleplugin" gradle build plugin. We inject module-info into jot-simple jar (and hence also to org.openjdk.jextract module). If jopt-simple is removed, org.openjdk.jextract can use module-info.java in source form and we can avoid module-info injection plugin.