Renamed module 'domain' to 'core' to make its purpose more clear

This commit is contained in:
2016-01-17 05:42:48 +01:00
parent 8764642878
commit ac6f291964
106 changed files with 17 additions and 14 deletions

View File

@ -11,7 +11,7 @@ uploadArchives {
}
dependencies {
compile project(':domain')
compile project(':core')
compile 'org.ini4j:ini4j:0.5.4'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.10.19'