-
Notifications
You must be signed in to change notification settings - Fork 19
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
feature: bump minimum required version to 2021.1 #117
Conversation
I'll handle the remaining VCS stuff if you want. idea-conventional-commit/src/main/kotlin/com/github/lppedd/cc/vcs/InternalVcsService.kt Lines 124 to 128 in 6fa98d2
idea-conventional-commit/src/main/kotlin/com/github/lppedd/cc/vcs/InternalVcsService.kt Lines 185 to 191 in 6fa98d2
|
Ah yes missed those, they were not listed in the problem view. |
Generally what I do is search for references to that annotation (I added it just for this reason). |
I'll add commits in this PR. |
Fixes the warning: ``` 'constructor NotificationGroup(String, NotificationDisplayType, Boolean = ..., String? = ..., Icon? = ...)' is deprecated. Use com.intellij.notification.impl.NotificationGroupEP and com.intellij.notification.NotificationGroupManager ``` Refs: lppedd#116
Fixes the warning: ``` 'ActionLink' is deprecated. Deprecated in Java ``` Refs: lppedd#116
This implements the proposed changes in #116