We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b8fe commit 952ce12Copy full SHA for 952ce12
buildSrc/build.gradle
@@ -37,6 +37,7 @@ dependencies {
37
implementation("com.gradle:gradle-enterprise-gradle-plugin:3.12.1")
38
implementation("com.tngtech.archunit:archunit:1.0.0")
39
implementation("commons-codec:commons-codec:${versions.commonsCodec}")
40
+ implementation("de.undercouch.download:de.undercouch.download.gradle.plugin:5.5.0")
41
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}")
42
implementation("org.apache.maven:maven-embedder:${versions.maven}")
43
implementation("org.asciidoctor:asciidoctor-gradle-jvm:3.3.2")
0 commit comments