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

Sets JDK source and target to version 17 #1202

Merged
merged 4 commits into from
Dec 21, 2022
Merged

Conversation

avazirna
Copy link
Contributor

@avazirna avazirna commented Dec 13, 2022

This PR is to update Java to version 17.

cross-request: dimagi/commcare-android#2600

@@ -29,6 +29,6 @@ public Integer parse() throws InvalidStructureException, IOException, XmlPullPar
//exit grid block
parser.nextTag();

return new Integer(1);
return Integer.valueOf(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should cherry-pick this commit in the FP side PR as well.

@avazirna avazirna merged commit b6e1bb5 into master Dec 21, 2022
@avazirna avazirna deleted the java-17-update-master branch December 21, 2022 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants