
A release build can now be made (ProGuard no longer complains about duplicate JARs), but the first build attempt after a clean fails because the I2P JARs needed by the client library aren't on the javac classpath.
5 lines
213 B
Groovy
5 lines
213 B
Groovy
include ':app', ':lib:helper', ':lib:client', ':routerjars'
|
|
|
|
//System.out.println("Do you want to access the network to download dependencies? (y/n)")
|
|
//useNet = (System.console().readLine().toLowerCase() == 'y')
|