Version 0.1.0 bump
Updated Gradle file structure so the version and a few other things are only defined once
This commit is contained in:
@ -1,12 +1,3 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
version = '0.0.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:1.7.12'
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
|
||||
|
@ -55,10 +55,8 @@ import static ch.dissem.bitmessage.utils.UnixTime.DAY;
|
||||
* <li>streams</li>
|
||||
* </ul>
|
||||
* The default implementations in the different module builds can be used.
|
||||
* </p>
|
||||
* <p>
|
||||
* The port defaults to 8444 (the default Bitmessage port)
|
||||
* </p>
|
||||
*/
|
||||
public class BitmessageContext {
|
||||
public static final int CURRENT_VERSION = 3;
|
||||
|
Reference in New Issue
Block a user