-
Notifications
You must be signed in to change notification settings - Fork 460
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
NPE in eclipse formatter #116
Comments
Looks like the major work of selecting the correct jars seems to be done already in goomph. Bumping the version strings from 4.6.1 to 4.6.3 and executing: ./gradlew -b _ext/eclipse-jdt/build.gradle publish Gave me "version not supported" Guess I need GOOMPH 3.8.0-SNAPSHOT. I normally use gradle but had to do some maven lately and like it's "mvn install" that install into Later: After failing to understand the p2maven stuff I went with "publishToMavenLocal". The update to 4.6.3 indeed solves the NPE I saw. |
Thanks for bringing this to our attention! I just published support for eclipse 4.6.3, here's how to use it: plugins {
id "com.diffplug.gradle.spotless" version "3.4.0"
}
spotless {
java {
eclipse('4.6.3').configFile('gradle/spotless.eclipseformat.xml')
}
} We'll make |
Cool, thanks! |
Hi Spotlessers!
I think the following NPE in the eclipse formatter bytes me:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=500443
As far as I can see spotless is using version 4.6.1 of eclipse formatter.
Are there any plans updating to 4.6.3 soon?
I updated the eclipse formatter of my spotless installation in the past.It was not nice to do ...
Did the selection of the correct combination of jars got more easy?
Keep on going with this great project,
Cal
The text was updated successfully, but these errors were encountered: