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 modern intellij-platform-plugin-template #384

Merged
merged 7 commits into from
Aug 16, 2021

Conversation

stukalin
Copy link
Contributor

I tried to bump the plugin version to 2021.2 and it wasn't straightforward for me because I had to upgrade the gradle-intellij-plugin to the latest version due to the JetBrains/intellij-platform-gradle-plugin#674 and it required to upgrade gradle and this whole thing didn't work anyhow.

So I ended up grabbing the latest intellij-platform-plugin-template and adjusting it so that it basically has the same settings as we used to have.

The IDE version bump PR comes after this one is accepted

// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.5.10"
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I haven't upgraded it here to the latest version yet but it's still an upgrade to v1.0.

And there are some deprecations in v1.1.4 which I wanna address first.

Copy link
Owner

Choose a reason for hiding this comment

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

@stukalin any pointers on what the next steps are?

  • update the plugin to the latest version
  • update the IntelliJ version
  • release the plugin

like that? 😅

@Turbo87
Copy link
Owner

Turbo87 commented Aug 13, 2021

Thanks!

I'm currently on vacation but I'll have a look once I'm back next week.

@Turbo87
Copy link
Owner

Turbo87 commented Aug 16, 2021

I've rebased and slightly adjusted it. Thanks a lot for this!! :)

@Turbo87 Turbo87 merged commit 935c95d into Turbo87:master Aug 16, 2021
@stukalin
Copy link
Contributor Author

stukalin commented Aug 18, 2021 via email

@Turbo87
Copy link
Owner

Turbo87 commented Aug 18, 2021

Will push the next pr on Fri.

awesome, thanks

Now it's my turn to be on holidays

enjoy :)

@stukalin stukalin deleted the use-modern-template branch August 20, 2021 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants