mirror of
https://github.com/NationalSecurityAgency/ghidra
synced 2026-08-22 18:32:31 -04:00
GP-0: Upping fetchDependencies.gradle's version of commons-io
This commit is contained in:
parent
e0aeaf9b5b
commit
03ce9a7ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import org.apache.commons.io.filefilter.WildcardFileFilter;
|
|||
|
||||
initscript {
|
||||
repositories { mavenCentral() }
|
||||
dependencies { classpath 'commons-io:commons-io:2.11.0' }
|
||||
dependencies { classpath 'commons-io:commons-io:2.21.0' }
|
||||
}
|
||||
|
||||
ext.NUM_RETRIES = 3 // # of times to try to download a file before failing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue