mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06:47 +00:00
6 lines
No EOL
157 B
Groovy
6 lines
No EOL
157 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
compile 'org.greenrobot:greendao-generator-encryption:2.2.0'
|
|
} |