Skip to content

Commit

Permalink
Revert "Upgrade intellij gradle plugin to stable version"
Browse files Browse the repository at this point in the history
This reverts commit 9b1d831.
  • Loading branch information
wangmingliang-ms committed Oct 21, 2024
1 parent 24aaff9 commit aa85193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import io.freefair.gradle.plugins.aspectj.AjcAction
import org.apache.tools.ant.filters.ReplaceTokens
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter
import java.net.URL
Expand Down Expand Up @@ -282,12 +281,9 @@ tasks {
jvmArgs("-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005")
}

// refers https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-testing-extension.html#intellijPlatformTesting
val testIde by intellijPlatformTesting.runIde.registering {
type = IntelliJPlatformType.IntellijIdeaCommunity
version = "2024.2"
}

// val runLocalIde by registering(CustomRunIdeTask::class) {
// localPath = file("C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2024.1")
// }
// Configure UI tests plugin
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
// testIdeUi {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# plugins
kotlin = "1.9.24"
changelog = "2.2.0"
intellijPlatform = "2.1.0"
intellijPlatform = "2.0.0-beta7"
detekt = "1.23.6"
ktlint = "12.1.1"
#gradleIntelliJPlugin = "1.17.3"
Expand Down

0 comments on commit aa85193

Please sign in to comment.