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

fix: use major version EAP snapshot when building EAP #73

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

r3mariano
Copy link
Contributor

@r3mariano r3mariano commented Jul 27, 2023

LATEST-EAP-SNAPSHOT was set to the stable release, causing the EAP build to fail. LATEST-EAP-SNAPSHOT was set to a version incompatible with the currently-set snapshot version. Switching from LATEST to a major-version one will help catch this problem in the future, but we might have to reconsider upgrading major versions since the failure here is that 232.8* wasn't compatible with 232.7*.

LATEST-EAP-SNAPSHOT was set to the stable release, causing the EAP build to fail.
@@ -84,7 +85,6 @@ intellij {
"gradle",
"java",
"terminal",
// This version is in sync with the IJ Ultimate version, not the GoLand version.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No longer true - we get the plugin version from the marketplace page.

@r3mariano r3mariano changed the title cfix: use major version EAP snapshot when building EAP fix: use major version EAP snapshot when building EAP Jul 27, 2023
@r3mariano r3mariano merged commit 5362850 into main Jul 27, 2023
5 checks passed
@r3mariano r3mariano deleted the rmariano/eap2 branch July 27, 2023 04:11
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