Skip to content

Commit

Permalink
build Java 1.8-compatible jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Elenkov committed Feb 24, 2021
1 parent a0b73c7 commit e30cc24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {
}

apply plugin: 'java'
sourceCompatibility = 1.8
targetCompatibility = 1.8

apply plugin: 'com.github.johnrengelman.shadow'


Expand Down

0 comments on commit e30cc24

Please sign in to comment.