Skip to content

Commit

Permalink
Merge pull request #2 from anboralabs/upgrade
Browse files Browse the repository at this point in the history
upgrade sdk.
  • Loading branch information
dalgarins authored Sep 25, 2023
2 parents 008168b + 57919fe commit 6128ceb
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 @@ -3,12 +3,12 @@ import com.github.gradle.node.yarn.task.YarnTask
plugins {
id("java")
id("com.github.node-gradle.node") version "5.0.0" // NodeJS support
id("org.jetbrains.kotlin.jvm") version "1.8.21"
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.15.0"
}

group = "co.anbora.labs"
version = "1.0.0"
version = "1.1.0"

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

patchPluginXml {
sinceBuild.set("222")
untilBuild.set("232.*")
sinceBuild.set("233")
untilBuild.set("233.*")
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.0.0</li>
<li>All Intellij products support: 1.1.0</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.1.0</b> <em>(2023-09-25)</em> - update sdk </li>
<li><b>1.0.0</b> <em>(2023-07-18)</em> - initial release
<ul>
<li>Initial Release</li>
Expand Down

0 comments on commit 6128ceb

Please sign in to comment.