Initial commit

This commit is contained in:
Nex
2018-09-11 16:06:10 +08:00
commit 8bf86b22bb
7 changed files with 395 additions and 0 deletions

16
build.gradle Normal file
View File

@@ -0,0 +1,16 @@
plugins {
id 'java'
}
group 'org.bdchain'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}