Skip to content

Commit

Permalink
- FIX: Fixed Java target version to be 8 instead of 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Aug 19, 2020
1 parent abd0b33 commit ff0c75e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
group 'uk.ac.hutton.ics'
version '1.0.1'

sourceCompatibility = 1.8

repositories {
jcenter()
mavenCentral()
Expand Down

0 comments on commit ff0c75e

Please sign in to comment.