Skip to content

Update project to use Gradle 8.7 #134

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

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

Arthurm1
Copy link
Contributor

@Arthurm1 Arthurm1 commented Apr 4, 2024

Updates Gradle from 8.1 to 8.7 so jdk 21 can be used to develop

I've left the buildship version as is so some tests will fail unless JDK 17 or lower is used to run them. Can this also be changed or is it set to 7.4.2 for a reason...

private static final String DEFAULT_BUILDSHIP_GRADLE_VERSION = "7.4.2";

@jdneo
Copy link
Member

jdneo commented Apr 5, 2024

They are some stale(invalid) checks. I'll raise a PR to remove them.

@jdneo
Copy link
Member

jdneo commented Apr 5, 2024

Removed in #137

@jdneo
Copy link
Member

jdneo commented Apr 5, 2024

I've left the buildship version as is so some tests will fail unless JDK 17 or lower is used to run them.

Which tests?

@Arthurm1
Copy link
Contributor Author

Arthurm1 commented Apr 5, 2024

Which tests?

testJavaCompilerArgsToolchain failed for me but I think that's because I was switching between jdk-17 and jdk-21. All work now.

@jdneo jdneo merged commit 64340b3 into microsoft:develop Apr 6, 2024
@jdneo
Copy link
Member

jdneo commented Apr 6, 2024

Thank you @Arthurm1 for your contribution!

@jdneo jdneo added this to the 0.2.0 milestone Apr 6, 2024
@jdneo jdneo added the engineering Engineering tasks like refactoring, build infra, etc... label Apr 6, 2024
@Arthurm1 Arthurm1 deleted the update_to_gradle_8_7 branch April 14, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering Engineering tasks like refactoring, build infra, etc...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants