forked from MobiVM/robovm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* idea plugin: maintenance - 2024.1 eap support (MobiVM#769)
* * idea plugin: maintenance - 2024.1 eap support - commons-compress version updated as Idea bundles recent one with API not compatible - removed dropped api (`startInTransaction`); - handled `getActionUpdateThread` api as currently requested for actions that utilizes `update` call - min supported version is updated to 2022.3 * * idea: corrected gradle file as well --------- Co-authored-by: Tomski <[email protected]> (cherry picked from commit 3ede0a7)
- Loading branch information
Showing
8 changed files
with
24 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,11 @@ dependencies { | |
exclude group: 'com.robovmx', module: 'robovm-templates-console' | ||
} | ||
robovm_dist "com.robovmx:robovm-dist:${roboVMVersion}:[email protected]" | ||
implementation 'org.apache.commons:commons-compress:1.25.0' | ||
} | ||
|
||
intellij { | ||
version = '2021.1' // we are compiles against this API version | ||
version = '2022.3' // we are compiles against this API version | ||
plugins = ['java', 'maven', 'gradle'] | ||
updateSinceUntilBuild = false | ||
} | ||
|
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
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