Skip to content

Commit 14c4266

Browse files
author
Vincent Potucek
committed
new step to expand java wildcard imports diffplug#2744 diffplug#2594
1 parent 6e6f5d0 commit 14c4266

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def NEEDS_GLUE = [
1818
'googleJavaFormat',
1919
'gson',
2020
'jackson',
21-
'javaParser',
2221
'ktfmt',
2322
'ktlint',
2423
'palantirJavaFormat',
@@ -101,8 +100,6 @@ dependencies {
101100
String VER_JACKSON='2.20.1'
102101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103102
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104-
// javaParser
105-
javaParserCompileOnly "com.github.javaparser:javaparser-symbol-solver-core:3.27.1"
106103
// ktfmt
107104
ktfmtCompileOnly "com.facebook:ktfmt:0.59"
108105
ktfmtCompileOnly("com.google.googlejavaformat:google-java-format") {

0 commit comments

Comments
 (0)