Skip to content

Commit 30e1482

Browse files
committed
Add download plugin
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent d93128a commit 30e1482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ plugins {
6969
id "com.diffplug.spotless" version "6.25.0"
7070
id 'java-library'
7171
id 'org.gradle.test-retry' version '1.6.0'
72+
id "de.undercouch.download" version "5.6.0"
7273
}
7374

7475
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)