Skip to content

Commit bd70e84

Browse files
authored
[#1061] build.gradle: remove unused dependency (#1095)
There is an unused dependency in the Gradle config. Let's remove the unused dependencies to reduce the build time.
1 parent 43c1898 commit bd70e84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ configurations {
2727
}
2828

2929
dependencies {
30-
implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.0.1'
3130
implementation group: 'com.google.code.gson' ,name: 'gson', version:'2.8.5'
3231
implementation group: 'net.freeutils', name: 'jlhttp', version: '2.4'
3332
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.8.1'

0 commit comments

Comments
 (0)