Skip to content

Commit

Permalink
2022.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Dec 1, 2022
1 parent fdd7e83 commit 55dcd93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,9 @@

### Security

## [0.5.5]
### Added

## [0.5.6]
### Changed

### Deprecated

### Removed

### Fixed

### Security
- Make plugin compatible with 2022.3.

## [0.5.5]
### Changed
Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,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-223.7255-EAP-CANDIDATE-SNAPSHOT") {
testImplementation("com.jetbrains.intellij.go:go-test-framework:223.7571.176") {
exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
exclude("org.jetbrains.kotlin", "kotlin-reflect")
exclude("com.jetbrains.rd", "rd-core")
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pluginGroup = org.jetbrains.tinygoplugin
pluginName_ = tinygo-plugin
pluginVersion = 0.5.2
pluginSinceBuild = 223.7255
pluginVersion = 0.5.6
pluginSinceBuild = 223.7571
pluginUntilBuild = 223.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = IU-2022.3

platformType = GO
platformVersion = 223.7255-EAP-CANDIDATE-SNAPSHOT
platformVersion = 2022.3
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 55dcd93

Please sign in to comment.