Files
MaxKey/maxkey-web-apis/maxkey-web-api-rest/build.gradle

15 lines
321 B
Groovy
Raw Normal View History

description = "maxkey-web-api-rest"
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
dependencies {
//local jars
2021-04-17 09:44:10 +08:00
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
2021-04-17 09:44:10 +08:00
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
}