ProjectMonster/libcacher/build.gradle
Gabriel Tofvesson e5e36f24cc Initial commit
2016-06-21 11:24:00 +02:00

5 lines
92 B
Groovy

apply plugin: 'java'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}