Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
plugin: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Oct 22, 2013
1 parent 74bbf09 commit bc40ff0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,4 @@ private static ConventionMapping conventionMapping(Object conventionAware) {
// Other options here: http://forums.gradle.org/gradle/topics/how_can_i_do_convention_mappings_from_java_without_depending_on_an_internal_api
return ((IConventionAware) conventionAware).getConventionMapping();
}

private AvroExtension avro(Project project) {
return project.getExtensions().getByType(AvroExtension.class);
}
}

0 comments on commit bc40ff0

Please sign in to comment.