forked from I2P_Developers/i2p.i2p
Swap out getopt, gettext, and geoip code in Gradle libs for dependencies
This commit is contained in:
@@ -6,6 +6,8 @@ sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'java/src'
|
||||
exclude 'gnu/getopt'
|
||||
exclude 'gnu/gettext'
|
||||
}
|
||||
resources {
|
||||
srcDir 'java/src'
|
||||
@@ -25,6 +27,11 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'gnu.getopt:java-getopt:1.0.13'
|
||||
implementation 'org.gnu.gettext:libintl:0.18.3'
|
||||
}
|
||||
|
||||
configurations {
|
||||
tests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user