Skip to content

Commit

Permalink
Reverted compatibility back to 1.8 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Apr 5, 2021
1 parent 893b8c9 commit 419e056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ subprojects {
apply plugin: 'java'
apply plugin: 'java-library'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 1.8
targetCompatibility = 1.8

apply plugin: 'maven-publish'
apply plugin: 'jacoco'
Expand Down

0 comments on commit 419e056

Please sign in to comment.