mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 00:32:06 +01:00
14 lines
341 B
Groovy
14 lines
341 B
Groovy
plugins {
|
|
id 'groovy-gradle-plugin'
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation "biz.aQute.bnd:biz.aQute.bnd.gradle:7.0.0"
|
|
implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2"
|
|
implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
|
|
implementation "ru.vyarus:gradle-animalsniffer-plugin:1.7.1"
|
|
}
|