- Refactored GradleNotificationListener to stabilize support for IntelliJ 2024.2+
1.3.2 - 2024-03-29
- User inputs in console of debug view should be propagated to build process, in order to enable e.g. "s" or "q" commands to work correctly
1.3.1 - 2023-08-04
- Configuration properties "Tasks", "Profiles" and "Goals" reset after IntelliJ restart (#9)
- Configuration properties "Tasks", "Profiles" and "Goals" could not be stored in a project directory
- Fixed exceptions on IntelliJ startup, caused by parsing the JDK in a run config editor
1.3.0 - 2023-08-01
- Added support for custom quarkus goals (maven), profiles (maven) and tasks (gradle) in run configurations
- Removed "compileBeforeLaunch" in run configurations, because it is more transparent to use the newly added custom settings
1.2.0 - 2023-03-05
- Added support for IntelliJ 2023.1 (231.7864.76+)
1.1.2 - 2020-11-24
- Renamed Plugin to "Quarkus Run Config"
- Changed plugin coordinates and icon
- Build with JDK11
1.1.1 - 2020-05-28
- Gradle integration should run 'assemble' instead of 'build', because triggering unit tests is not necessary for quarkusDev
1.1.0 - 2020-05-24
- Added (preview) support for gradle
- Fixed message order, if messages arrive too early
- Fixed broken console logs on slow machines
1.0.3 - 2020-05-10
- Removed unnecessary "ARTIFACT_RESOLVING" and "ARTIFACT_RESOLVED" logs from maven output