-
Notifications
You must be signed in to change notification settings - Fork 463
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
java.lang.NoClassDefFoundError with Java 9 #147
Comments
Hi @boris-petrov, thanks for the bug report! It looks to me that you're calling either |
Hi @jbduncan - yes, I'm calling plugins {
id 'com.diffplug.gradle.spotless' version '3.5.2'
}
repositories {
mavenCentral()
jcenter()
}
spotless {
java {
target fileTree('src') {
include '**/*.java'
}
removeUnusedImports()
}
} And add a single file to |
Many thanks @boris-petrov! It actually occurs to me now that this issue is likely a dupe of #83, so I'll close it for now, as resolving one should resolve the other. If you think, however, that this isn't a dupe, please let me know why and I'll reopen. :) |
Apologies for not noticing earlier about this issue being a dupe! |
Not a problem! Apologies from my side that I didn't see an open issue for that! Thanks! |
When using JDK 9, the following happens:
The text was updated successfully, but these errors were encountered: