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 aa2ca78 commit 0ccb990Copy full SHA for 0ccb990
build.gradle
@@ -21,7 +21,7 @@ buildscript {
21
}
22
dependencies {
23
// commons-io used in getting the version id below
24
- classpath group: 'commons-io', name: 'commons-io', version: '2.5'
+ classpath 'commons-io:commons-io:2.5'
25
// note that commons-io is already a dependency
26
// of commons-csv in the primary dependencies above
27
0 commit comments