We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e0d3 commit 9302913Copy full SHA for 9302913
build.gradle
@@ -78,6 +78,7 @@ subprojects {
78
// we use it as catch-all for external dependencies like JDA
79
// '\\#` is prefix for static imports
80
importOrder('','org.togetherjava', 'javax', 'java', '\\#')
81
+ // TODO: pinning version because of spotless error https://github.com/diffplug/spotless/issues/1992
82
eclipse("4.31").configFile("${rootProject.rootDir}/meta/formatting/google-style-eclipse.xml")
83
}
84
0 commit comments