Mercury-IM/entity/build.gradle
Paul Schaub da9179b049
Begin work on stricter clean architecture.
* Created modules entity, entity_xmpp, which contain entities and their respective XMPP implementations
* Started process of inverting dependency between core and persistence layers
2019-11-03 06:33:52 +01:00

9 lines
101 B
Groovy

apply plugin: 'java-library'
dependencies {
}
sourceCompatibility = "8"
targetCompatibility = "8"