Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDK 17 to JDK version pick list - XamarinAndroidV1 Task #19634

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Tasks/XamarinAndroidV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 231,
"Patch": 2
"Minor": 232,
"Patch": 0
},
"demands": [
"MSBuild",
Expand Down Expand Up @@ -192,6 +192,7 @@
"visibleRule": "jdkSelection = JDKVersion",
"options": {
"default": "default",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
"1.9": "JDK 9 (out of support)",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/XamarinAndroidV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 231,
"Patch": 2
"Minor": 232,
"Patch": 0
},
"demands": [
"MSBuild",
Expand Down Expand Up @@ -192,6 +192,7 @@
"visibleRule": "jdkSelection = JDKVersion",
"options": {
"default": "default",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
"1.9": "JDK 9 (out of support)",
Expand Down