Skip to content

Commit

Permalink
Merge pull request #5 from anboralabs/upgrade
Browse files Browse the repository at this point in the history
upgrade sdk.
  • Loading branch information
mergify[bot] authored Jan 21, 2024
2 parents 3cf488f + 7f4ccbe commit 01602ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
id("java")
id("com.github.node-gradle.node") version "5.0.0" // NodeJS support
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.intellij") version "1.17.0"
}

group = "co.anbora.labs"
version = "1.2.1"
version = "1.2.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -65,8 +65,8 @@ tasks {
}

patchPluginXml {
sinceBuild.set("233")
untilBuild.set("233.*")
sinceBuild.set("241")
untilBuild.set("241.*")
changeNotes.set(file("src/main/html/change-notes.html").inputStream().readBytes().toString(Charsets.UTF_8))
pluginDescription.set(file("src/main/html/description.html").inputStream().readBytes().toString(Charsets.UTF_8))
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Versions:
<ul>
<li>All Intellij products support: 1.2.1</li>
<li>All Intellij products support: 1.2.2</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.2.2</b> <em>(2024-01-20)</em> - update sdk </li>
<li><b>1.2.1</b> <em>(2023-12-01)</em> - update sdk </li>
<li><b>1.2.0</b> <em>(2023-10-07)</em> - update sdk </li>
<li><b>1.1.0</b> <em>(2023-09-25)</em> - update sdk </li>
Expand Down

0 comments on commit 01602ef

Please sign in to comment.