Skip to content

Commit

Permalink
2023.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Apr 3, 2023
1 parent e1353b2 commit 219495a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ version = pluginVersion
repositories {
maven("https://cache-redirector.jetbrains.com/maven-central")
maven("https://cache-redirector.jetbrains.com/intellij-repository/releases")
maven("https://cache-redirector.jetbrains.com/intellij-repository/snapshots")
maven("https://cache-redirector.jetbrains.com/intellij-dependencies")
maven("https://cache-redirector.jetbrains.com/jcenter.bintray.com")
}
dependencies {
testImplementation("com.jetbrains.intellij.go:go-test-framework:GOLAND-231-EAP-SNAPSHOT") {
testImplementation("com.jetbrains.intellij.go:go-test-framework:231.8109.199") {
exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
exclude("org.jetbrains.kotlin", "kotlin-reflect")
exclude("com.jetbrains.rd", "rd-core")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginUntilBuild = 231.*
pluginVerifierIdeVersions = IU-2023.1

platformType = GO
platformVersion = 231.8109-EAP-CANDIDATE-SNAPSHOT
platformVersion = 2023.1
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit 219495a

Please sign in to comment.