-
Notifications
You must be signed in to change notification settings - Fork 11
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
refactor: Migrate to IntelliJ Platform Plugin #44
refactor: Migrate to IntelliJ Platform Plugin #44
Conversation
- use new IntellijPlatform syntax in build.gradle.kts - bump to lsp4ij:0.6.0 - bump to gradleVersion 8.10.0 Signed-off-by: rehan <[email protected]>
Do you have any documentation about sinceBuild and updateBuild or where did you refer to this migration? Previously we had
in gradle.properties. It means supported build number ranges and IntelliJ Platform versions |
Signed-off-by: rehan <[email protected]>
Signed-off-by: rehan <[email protected]>
Signed-off-by: rehan <[email protected]>
Signed-off-by: rehan <[email protected]>
…gin' into migrate_to_Intellij_Platform_Plugin # Conflicts: # README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
2. What is the scope of this PR (e.g. component or file name):
build.gradle.kts
gradle.properties
gradle/libs.versions.toml
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:
I have tried migrating from gradle Intellij plugin (1.x) to newer IntelliJ platform Plugin. But as i am not good with gradle tasks, i hope someone can please look into that and help me point in the right direction.
We should also add gradle properties like sinceBuild and updateBuild i am not really sure about them.
I was also trying to add the new syntax for "runIdeForUiTest" task, but again i am not sure about that.
So yes this pr really needs a review from someone !.
Also can you please give it a "hacktoberfest-accepted" tag, it will help me complete the hacktober-fest challenge