replace subprojects and add publishing of postssystem.core

This commit is contained in:
2019-11-15 14:12:01 +06:00
parent 9f4990b442
commit a7de0817f8
30 changed files with 100 additions and 6 deletions

View File

@@ -15,5 +15,7 @@ include 'api'
include 'services:webservice'
*/
include ':core'
include ':exposed'
rootProject.name='postssystem'
include ':postssystem.core'
include ':postssystem.exposed'
enableFeaturePreview("GRADLE_METADATA")