Skip to content

Commit

Permalink
build(gradle): remove error prone plugin which does not support Java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Sep 17, 2017
1 parent 445a19a commit 3e564d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
// Sub project plugins
id 'com.github.sherter.google-java-format' version '0.6' apply false
id 'nebula.lint' version '8.3.1' apply false
id 'net.ltgt.errorprone' version '0.0.11' apply false
}

description = "Apereo uPortal $version"
Expand Down Expand Up @@ -50,11 +49,6 @@ allprojects {
apply plugin: 'idea'
apply plugin: 'nebula.lint'
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'net.ltgt.errorprone'

dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.1.1'
}

sourceCompatibility = 1.8

Expand Down Expand Up @@ -97,8 +91,6 @@ subprojects {
apply plugin: 'signing'
apply plugin: 'maven-publish'
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'net.ltgt.errorprone'


/*======== Dependency Management ========**/
repositories {
Expand Down

0 comments on commit 3e564d4

Please sign in to comment.