MaxKey/maxkey-common/build.gradle
2024-08-15 14:35:26 +08:00

9 lines
132 B
Groovy

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