Skip to content

Commit

Permalink
build: remove checkerframework that does not support Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Apr 28, 2019
1 parent 168991b commit e917638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply from: "$rootDir/gradle/errorprone.gradle"
apply from: "$rootDir/gradle/spotless.gradle"
apply from: "$rootDir/gradle/checker-framework.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
apply from: "$rootDir/gradle/sonarqube.gradle"

version = '0.3.0-SNAPSHOT'
sourceCompatibility = 1.8
sourceCompatibility = 11

repositories {
mavenCentral()
Expand Down
15 changes: 0 additions & 15 deletions gradle/checker-framework.gradle

This file was deleted.

0 comments on commit e917638

Please sign in to comment.