-
Notifications
You must be signed in to change notification settings - Fork 133
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
idea maintenance (to support 2019.3) #434
Merged
Merged
Conversation
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
… able to update parent version number
…ho plugin is not able update parent's version during release
…pdate it gradle version
…ncies. otherview version:commit failed to pick up non existing dependencies (for future version)
…s these files are needed for snapshot builds
* Dialog().show() to setVisible() as outdated * still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)
* using try with resource where applicable * CompileTask is not added using extensions in plugin.xml
…it was blocking idea completely
…place (was crashing previously)
…uild using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode
…ke anonymous classes to lambda)
dkimitsa
added a commit
to dkimitsa/robovm
that referenced
this pull request
Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated * * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number * * added sonatype repo for snapshot dependencies * * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release * * release script reworked to properly pick up new idea artifact and update it gradle version * * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version) * * version set to 2.3.10-SNAPSHOT * * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds * * update commons-compress due to security vulnerability * * upgraded deprecated code, as Idea 2019.3 removed old classes * * ignore gradle files that are created once build with gradle * * reworked to @NotNull to minimize warnings * * optimized imports * Dialog().show() to setVisible() as outdated * still keeping ApplicationComponent as need it to act as it is now (require some amount of rework) * * added RoboFileUtils to handle false result of file api into exceptions * using try with resource where applicable * CompileTask is not added using extensions in plugin.xml * * readme updated with detailed instructions * * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely * * reworked to gracefully handle cases when there is no simulators in place (was crashing previously) * * updated to recent org.jetbrains.intellij * * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode * * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)
dkimitsa
added a commit
to dkimitsa/robovm
that referenced
this pull request
Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated * * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number * * added sonatype repo for snapshot dependencies * * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release * * release script reworked to properly pick up new idea artifact and update it gradle version * * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version) * * version set to 2.3.10-SNAPSHOT * * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds * * update commons-compress due to security vulnerability * * upgraded deprecated code, as Idea 2019.3 removed old classes * * ignore gradle files that are created once build with gradle * * reworked to @NotNull to minimize warnings * * optimized imports * Dialog().show() to setVisible() as outdated * still keeping ApplicationComponent as need it to act as it is now (require some amount of rework) * * added RoboFileUtils to handle false result of file api into exceptions * using try with resource where applicable * CompileTask is not added using extensions in plugin.xml * * readme updated with detailed instructions * * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely * * reworked to gracefully handle cases when there is no simulators in place (was crashing previously) * * updated to recent org.jetbrains.intellij * * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode * * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this pr