Some basic entities and project structure
This commit is contained in:
13
networking/build.gradle
Normal file
13
networking/build.gradle
Normal file
@ -0,0 +1,13 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
version = '1.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile ':domain'
|
||||
testCompile 'junit:junit:4.11'
|
||||
}
|
Reference in New Issue
Block a user