Skip to content

Commit

Permalink
--no-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaPramod committed Apr 30, 2018
1 parent efa8f61 commit e4c943f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ publishing {
url 'https://github.com/ChaitanyaPramod/findbugs-android.git'
}
}
configurations.compile.allDependencies.each {
def dependencyNode = dependenciesNode.appendNode('dependency')
dependencyNode.appendNode('groupId', it.group)
dependencyNode.appendNode('artifactId', it.name)
dependencyNode.appendNode('version', it.version)
}
}
}
}
}
}
Expand Down

0 comments on commit e4c943f

Please sign in to comment.