-
Notifications
You must be signed in to change notification settings - Fork 466
java.lang.NoClassDefFoundError: javax/script/ScriptException with freshmark on Java9 #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are there any workaround? |
If you aren't using the freshmark features for markdown. Just use a custom action with the target |
The problem is related to the changed class loading with Java 9. I already created a fix which works on Java 8 and Java 9+ but I have to run some tests before I will create a PR. |
Released in x.24.1 |
Using spotlessFreshmark, java.lang.NoClassDefFoundError occurred on Java9.
there are not javax/script/ScriptException.
other infomations
OS: Mac OS X 10.13.3 x86_64
gradle version
"com.diffplug.spotless:spotless-plugin-gradle:3.10.0"
spotless { freshmark { target '**/*.md' } }
The text was updated successfully, but these errors were encountered: