I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cf279389 authored by zab2's avatar zab2
Browse files

fix compilation with Gradle to account for GeoIP2 and systray changes

parent 4283d71b
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ dependencies {
compile project(':core')
compile project(':router')
compile project(':installer')
compile project(':apps:systray')
}
......@@ -4,7 +4,6 @@ sourceSets {
main {
java {
srcDir 'java/src'
exclude 'com/maxmind'
}
}
test {
......@@ -21,7 +20,6 @@ sourceSets {
dependencies {
api project(':core')
implementation 'com.maxmind.geoip:geoip-api:1.3.1'
implementation 'gnu.getopt:java-getopt:1.0.13'
testImplementation project(path: ':core', configuration: 'tests')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment