Skip to content

Commit 28cfb86

Browse files
committed
added comment on why java11 compiler options are included
1 parent 69b3040 commit 28cfb86

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
@@ -24,7 +24,7 @@ apply plugin: 'biz.aQute.bnd.builder'
2424
apply plugin: 'maven-publish'
2525

2626

27-
27+
// The upstream project build releases seem to be compiled with Java 11 so keeping compatibility so that our changes can be applied to the upstream project
2828
compileJava {
2929
options.release = 11
3030
}

0 commit comments

Comments
 (0)