Skip to content

Commit 8e51442

Browse files
committed
Fixed jdk version for javadoc and OSGi
1 parent 77c849c commit 8e51442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ meta.release-type: snapshot
1212
version-minor: ${major-number}.${minor-number}
1313

1414
# Version of JDK required
15-
jdk.compilation.version: 1.8
16-
bundle.required-execution-environment: JavaSE-1.8
15+
jdk.compilation.version: 11
16+
bundle.required-execution-environment: JavaSE-11
1717

1818
# The base directory where a Restlet distributions is zipped
1919
# Each Restlet version will create its own file

0 commit comments

Comments
 (0)