Skip to content

Commit

Permalink
[#1061] build.gradle: remove unused dependency (#1095)
Browse files Browse the repository at this point in the history
There is an unused dependency in the Gradle config.

Let's remove the unused dependencies to reduce the build time.
  • Loading branch information
Tejas2805 authored Mar 4, 2020
1 parent 43c1898 commit bd70e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ configurations {
}

dependencies {
implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.0.1'
implementation group: 'com.google.code.gson' ,name: 'gson', version:'2.8.5'
implementation group: 'net.freeutils', name: 'jlhttp', version: '2.4'
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.8.1'
Expand Down

0 comments on commit bd70e84

Please sign in to comment.