Skip to content

Commit cf466ea

Browse files
committed
Source compatibility back to 1.8 (bnd platform problem with 11)
1 parent 5daccfa commit cf466ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'bintray-p2'
2323

2424
group 'org.contextmapper'
2525

26-
sourceCompatibility = 11
26+
sourceCompatibility = 1.8
2727

2828
if (!project.hasProperty('signing.secretKeyRingFile')) {
2929
project.ext.'signing.secretKeyRingFile' = "${rootDir}/secret-key.gpg"

0 commit comments

Comments
 (0)