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 20bb67b commit f845886Copy full SHA for f845886
build.gradle
@@ -33,6 +33,8 @@ dependencies {
33
plugin 'com.github.javaparser:javaparser-symbol-solver-core:3.13.5'
34
35
testImplementation gradleTestKit()
36
+ testImplementation 'com.google.guava:guava-base:r03'
37
+ testImplementation 'com.google.guava:guava-io:r03'
38
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
39
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1'
40
testImplementation 'org.junit-pioneer:junit-pioneer:1.3.8'
0 commit comments