Skip to content

Commit

Permalink
Merge pull request ReactiveX#305 from jmhofer/master
Browse files Browse the repository at this point in the history
Getting rid of one of the Gradle 1.6 deprecation warnings
  • Loading branch information
benjchristensen committed Jul 22, 2013
2 parents d318fd6 + 3ddfd5c commit ef0b52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/convention.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ subprojects { project ->
extension 'jar'
}

configurations.add('sources')
configurations.add('javadoc')
configurations.create('sources')
configurations.create('javadoc')
configurations.archives {
extendsFrom configurations.sources
extendsFrom configurations.javadoc
Expand Down

0 comments on commit ef0b52e

Please sign in to comment.