Skip to content

Commit 2b546da

Browse files
Merge pull request #305 from jmhofer/master
Getting rid of one of the Gradle 1.6 deprecation warnings
2 parents 9ffd288 + 64a937b commit 2b546da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/convention.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ subprojects { project ->
2424
extension 'jar'
2525
}
2626

27-
configurations.add('sources')
28-
configurations.add('javadoc')
27+
configurations.create('sources')
28+
configurations.create('javadoc')
2929
configurations.archives {
3030
extendsFrom configurations.sources
3131
extendsFrom configurations.javadoc

0 commit comments

Comments
 (0)