Update to support Java Modules Plugin version 1.6.0
See original GitHub issueThe Java Module Plugin version 1.6.0 introduced some refactoring (see gradle-modules-plugin Issue 80) that causes java.lang.ClassNotFoundException: org.javamodularity.moduleplugin.tasks.ModuleOptions
– see this CI build log example.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Oracle JDK Migration Guide - Java
The purpose of this guide is to help you identify potential issues and give you suggestions on how to proceed as you migrate...
Read more >GitHub - java9-modularity/gradle-modules-plugin
This Gradle plugin helps working with the Java Platform Module System - GitHub ... You can configure a different module version using the...
Read more >Install or update Java Runtime Environment and enable Java ...
Install or update Java Runtime Environment and enable Java Plugin · If needed, clear browser cache, clear Java cache. Clear the browser cache...
Read more >It's time! Migrating to Java 11. Why you should ... - Medium
2. Open pom.xml and update java.version property. ; 3. Remove cobertura-maven-plugin references as it's not supported with JDK 11 and looks like ...
Read more >How do I enable Java in my web browser?
Starting with Chrome version 42 (released April 2015), Chrome has disabled the standard way in which browsers support plugins.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since the version 1.7 of the gradle modules plugin was just released, is there any chance 0.0.9 gets released soon as well?
To update org.javamodularity.moduleplugin to 1.6.0, please replace
org.javamodularity.moduleplugin.tasks.ModuleOptions
withorg.javamodularity.moduleplugin.extensions.RunModuleOptions
here: https://github.com/openjfx/javafx-gradle-plugin/blob/9727489a994bdccbac5b9d38c626f7efa61a27c2/src/main/java/org/openjfx/gradle/tasks/ExecTask.java#L38 andModuleOptions
withRunModuleOptions
here: https://github.com/openjfx/javafx-gradle-plugin/blob/9727489a994bdccbac5b9d38c626f7efa61a27c2/src/main/java/org/openjfx/gradle/tasks/ExecTask.java#L76