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

Use Maven for downloading Gradle test kit #1738

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

Arthurm1
Copy link
Contributor

Previously, downloading the Gradle test kit for building/testing the Gradle plugin required custom code.

Now the jars are all published here so we can use that instead. It also means the source jars are available which is a boon for debugging.

Caveat - I'm not that familiar with SBT so hopefully these changes don't have any side effects on the rest of the build.

@Arthurm1 Arthurm1 force-pushed the gradle_maven_testkit branch from 206fd7b to 334a01f Compare June 18, 2022 19:49
@Arthurm1
Copy link
Contributor Author

Spurious bloop.dap.DebugProtocolSpec test failure.

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

LGTM! Looks great to get rid of the additional code.

@tgodzik tgodzik merged commit d65d976 into scalacenter:main Jun 20, 2022
@Arthurm1 Arthurm1 deleted the gradle_maven_testkit branch June 20, 2022 11:49
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.

None yet

2 participants