Skip to content

Commit

Permalink
⬆️ Support 2021.2 EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed May 31, 2021
1 parent e284b28 commit e4e17d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.11.5

- Support IntelliJ 2021.2 EAP

### 1.11.4

- Fixed ValidationTooltip background [#50](https://github.com/dracula/jetbrains/issues/50)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.draculatheme"
version = "1.11.4"
version = "1.11.5"

compileJava {
sourceCompatibility = 1.8
Expand Down Expand Up @@ -46,7 +46,7 @@ buildSearchableOptions {

patchPluginXml {
sinceBuild = "201.6668.113"
untilBuild = "211.*"
untilBuild = "212.*"

def changelogFile = file("${project.buildDir}/CHANGELOG.html")
def readmeFile = file("${project.buildDir}/README.html")
Expand All @@ -60,7 +60,7 @@ patchPluginXml {
}

runPluginVerifier {
ideVersions = ["201.8743.12", "202.8194.7", "203.7148.57"]
ideVersions = ["201.8743.12", "202.8194.7", "203.7148.57", "211.6693.111"]
failureLevel = EnumSet.of(RunPluginVerifierTask.FailureLevel.COMPATIBILITY_PROBLEMS, RunPluginVerifierTask.FailureLevel.INVALID_PLUGIN)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object DraculaNotifications {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Fixed ValidationTooltip background</li>
<li>Support IntelliJ 2021.2 EAP</li>
</ul>
""".trimIndent()

Expand Down

0 comments on commit e4e17d7

Please sign in to comment.