MaxKey/maxkey-common/build.gradle
2021-04-17 09:44:10 +08:00

7 lines
131 B
Groovy

description = "maxkey-common"
dependencies {
//local jars
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
}