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

Updates to work with 221.* and convert gradle scripts to kts #58

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JohNan
Copy link
Contributor

@JohNan JohNan commented Mar 25, 2022

  • Tested with latest EAP
  • Updated a bunch of dependencies
  • Converted to gradle Kotlin DSL

Should fix #59

@JohNan
Copy link
Contributor Author

JohNan commented Apr 25, 2022

@suusan2go Any chance that this can be merged?

@suusan2go
Copy link
Owner

suusan2go commented May 1, 2022

@JohNan thank you for the contribution and sorry for the late reply! Can you create separate PRs for these? I'll create a PR for just supporting 221.* I pushed the change to support 221.*. I'm open to accepting these changes but just wanted to make changes small.

  • Updated a bunch of dependencies
  • Converted to gradle Kotlin DSL

token.set(System.getenv("TOKEN"))
channels.set(listOf(properties("pluginVersion").split('-').getOrElse(1) { "default" }.split('.').first()))
}
}
Copy link
Owner

Choose a reason for hiding this comment

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

I'm not opposed to adding these things, but can you make PRs into two or three separated PRs?

  • just converting Kotlin DSL
  • other improvements (change note, description). To be honest, generating change note from the changelog.md looks useful, but I'm not that interested in generating descriptions from README.

@JohNan
Copy link
Contributor Author

JohNan commented May 2, 2022

Sure! The most important thing was to fix the compatibility. I'll make PR's for the other things as soon as I can.

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.

Not compatible with latest version of intellij
2 participants