mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
17 lines
518 B
Groovy
17 lines
518 B
Groovy
|
plugins {
|
||
|
id 'groovy-gradle-plugin'
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation "biz.aQute.bnd:biz.aQute.bnd.gradle:7.0.0"
|
||
|
implementation "io.freefair.gradle:maven-plugin:8.10" // for io.freefair.agregate-javadoc
|
||
|
implementation "me.champeau.jmh:jmh-gradle-plugin:0.7.2"
|
||
|
implementation "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
|
||
|
implementation "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2"
|
||
|
implementation "ru.vyarus:gradle-animalsniffer-plugin:1.7.1"
|
||
|
}
|