Skip to content

Commit ff0c75e

Browse files
- FIX: Fixed Java target version to be 8 instead of 11.
1 parent abd0b33 commit ff0c75e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ plugins {
66
group 'uk.ac.hutton.ics'
77
version '1.0.1'
88

9+
sourceCompatibility = 1.8
10+
911
repositories {
1012
jcenter()
1113
mavenCentral()

0 commit comments

Comments
 (0)