From be8457f0d663599b2e2d88bec60f799f2e43ab6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Miguel=20Mej=C3=ADa=20Su=C3=A1rez?= Date: Tue, 11 May 2021 10:08:36 -0500 Subject: [PATCH] Update release and target options --- _data/compiler-options.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/compiler-options.yml b/_data/compiler-options.yml index fb67497392..21011f0701 100644 --- a/_data/compiler-options.yml +++ b/_data/compiler-options.yml @@ -260,7 +260,7 @@ type: "String" arg: "release" default: - description: "Compile for a specific version of the Java platform. Supported targets: 6, 7, 8, 9" + description: "Compile for a specific version of the Java platform. Supported targets: 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16" abbreviations: - "--release" - option: "-sourcepath" @@ -282,6 +282,10 @@ - choice: "10" - choice: "11" - choice: "12" + - choice: "13" + - choice: "14" + - choice: "15" + - choice: "16" description: "Target platform for object files. ([8],9,10,11,12)" abbreviations: - "--target"