-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor(intellij): bump to intellij platform plguin v2
Signed-off-by: Pauline <git@ethanlibs.co>
- Loading branch information
1 parent
b6ba216
commit 86ba001
Showing
23 changed files
with
365 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Update to IntelliJ Platform `2.0.0` | ||
|
||
## [2.1.0] - 2024-06-15 | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
pluginGroup=org.polyfrost.sorbet.intelliprocessor | ||
pluginName=IntelliProcessor | ||
pluginRepositoryUrl=https://github.com/Polyfrost/IntelliProcessor | ||
pluginGroup = org.polyfrost.sorbet.intelliprocessor | ||
pluginName = IntelliProcessor | ||
pluginRepositoryUrl = https://github.com/Polyfrost/IntelliProcessor | ||
pluginVersion = 2.1.0 | ||
|
||
pluginVersion=2.1.0 | ||
pluginSinceBuild = 233 | ||
pluginUntilBuild = 242.* | ||
platformType = IC | ||
platformVersion = 2023.3.7 | ||
platformPlugins = | ||
platformBundledPlugins = com.intellij.java | ||
|
||
pluginSinceBuild=223 | ||
pluginUntilBuild=241.* | ||
|
||
platformType=IC | ||
platformVersion=2022.3.3 | ||
|
||
platformPlugins=com.intellij.java | ||
|
||
gradleVersion=8.7 | ||
gradleVersion = 8.9 | ||
|
||
kotlin.stdlib.default.dependency=false | ||
kotlin.code.style=official | ||
|
||
org.gradle.configuration-cache = true | ||
org.gradle.caching = true | ||
|
||
org.gradle.daemon=true | ||
org.gradle.parallel=true | ||
org.gradle.configureoncommand=true | ||
org.gradle.parallel.threads=4 | ||
org.gradle.jvmargs=-Xmx4G | ||
org.gradle.daemon = true | ||
org.gradle.parallel = true | ||
org.gradle.configureoncommand = true | ||
org.gradle.parallel.threads = 4 | ||
org.gradle.jvmargs = -Xmx4G |
Oops, something went wrong.