Skip to content

Commit 0ccb990

Browse files
committed
Fix one new deprecation warning
1 parent aa2ca78 commit 0ccb990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222
dependencies {
2323
// commons-io used in getting the version id below
24-
classpath group: 'commons-io', name: 'commons-io', version: '2.5'
24+
classpath 'commons-io:commons-io:2.5'
2525
// note that commons-io is already a dependency
2626
// of commons-csv in the primary dependencies above
2727
}

0 commit comments

Comments
 (0)