Skip to content

Commit

Permalink
Remove non-working nebula.lint plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
realdadfish authored and ghale committed Nov 30, 2016
1 parent ab117d5 commit 0c73642
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ buildscript {
url 'http://repo.jenkins-ci.org/releases/'
}
maven {
url "https://plugins.gradle.org/m2/"
url 'https://plugins.gradle.org/m2/'
}
}

dependencies {
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7'
classpath "com.gradle.publish:plugin-publish-plugin:0.9.3"
classpath 'com.netflix.nebula:gradle-lint-plugin:latest.release'
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.3'
}
}

apply plugin: "com.gradle.plugin-publish"
apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'nexus'
apply plugin: 'nebula.lint'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 0c73642

Please sign in to comment.