Skip to content

Commit

Permalink
addressing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmittler committed Sep 11, 2015
1 parent a403078 commit ff50f52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Gradle you can use the [osdetector-gradle-plugin](https://github.com/google/osde
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
classpath 'com.google.gradle:osdetector-gradle-plugin:1.4.0'
Expand All @@ -99,12 +98,7 @@ buildscript {
apply plugin: "osdetector"
// Configure a special classifier on Fedora-"like" systems.
osdetector.classifierWithLikes = [`fedora`]
repositories {
mavenCentral()
mavenLocal()
}
osdetector.classifierWithLikes = ['fedora']
dependencies {
compile 'io.netty:netty-tcnative:1.1.33.Fork6:' + osdetector.classifier
Expand Down

0 comments on commit ff50f52

Please sign in to comment.