Skip to content

Commit

Permalink
Merge branch 'private-release/v1.2.1-242-eap' into zowe-release/v1.2.…
Browse files Browse the repository at this point in the history
…1-242-eap

Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jun 6, 2024
2 parents 516521a + 8247610 commit 6449f21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group = properties("pluginGroup").get()
version = properties("pluginVersion").get()
val remoteRobotVersion = "0.11.22"
val okHttp3Version = "4.12.0"
val kotestVersion = "5.8.1"
val kotestVersion = "5.9.0"

repositories {
mavenCentral()
Expand Down
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
org.gradle.jvmargs=-Xss1M

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformVersion = 2023.1
# For the snapshots: https://www.jetbrains.com/intellij-repository/snapshots
# platformVersion = LATEST-EAP-SNAPSHOT
platformVersion = 242.14146.16-EAP-SNAPSHOT

# SemVer format -> https://semver.org
pluginVersion = 1.2.1-231
pluginVersion = 1.2.2-242-eap
pluginGroup = org.zowe
pluginRepositoryUrl = https://github.com/zowe/zowe-explorer-intellij

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231.8109
pluginUntilBuild = 241.*
pluginSinceBuild = 242.14146
pluginUntilBuild = 242.*

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.7
4 changes: 4 additions & 0 deletions src/test/kotlin/org/zowe/explorer/explorer/ui/dummyClasses.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ open class TestFileEditorManager : FileEditorManager() {
TODO("Not yet implemented")
}

override fun getAllEditorList(file: VirtualFile): MutableList<FileEditor> {
TODO("Not yet implemented")
}

override fun addTopComponent(editor: FileEditor, component: JComponent) {
TODO("Not yet implemented")
}
Expand Down

0 comments on commit 6449f21

Please sign in to comment.