File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.3.0 (Feb 15, 2024)
4+ - Add support for IntelliJ CE 2023.2
5+ - Added custom test-project location
6+ - Update the ` Remote-Robot ` to version 0.11.18
7+ - Update Java to JDK 17
8+ - Update Gradle to version 7.6
9+ - Removed Redundancy in the ToolWindowsPane class
10+ - Added method for reopening project
11+ - Added possibility to redirect remote-robot logs to output files in user.dir/intelliJ_debug
12+
313## 0.2.0 (Aug 4, 2022)
414 - Add support for IntelliJ CE 2022.2
515
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
3232Add the following dependency:
3333```
3434dependencies {
35- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.1-SNAPSHOT '
35+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.0 '
3636}
3737```
3838
Original file line number Diff line number Diff line change 1- projectVersion =0.2.1-SNAPSHOT
1+ projectVersion =0.3.0
22nexusUser =invalid
33nexusPassword =invalid
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1-bin .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-all .zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments