hypaas
11 months ago
4 changed files with 12 additions and 7 deletions
@ -1,6 +1,7 @@ |
|||||||
apply plugin: 'com.hypaas.app-module' |
apply plugin: 'com.hypaas.app-module' |
||||||
hypaas { |
hypaas { |
||||||
title = "test" |
title = "test" |
||||||
} |
} |
||||||
dependencies { |
dependencies { |
||||||
} |
} |
||||||
|
|
||||||
|
@ -1,3 +1,5 @@ |
|||||||
rootProject.name = 'hy-iot-paas' |
rootProject.name = 'hy-iot-paas' |
||||||
|
|
||||||
include "modules:test" |
include "modules:test" |
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue