Skip to content

Commit

Permalink
Merge pull request #3 from anboralabs/upgrade
Browse files Browse the repository at this point in the history
upgrade to 1.16.0
  • Loading branch information
dalgarins authored Oct 7, 2023
2 parents 6128ceb + 0d3aa41 commit 7a50629
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 3 additions & 3 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.15.0"
id("org.jetbrains.intellij") version "1.16.0"
}

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

repositories {
mavenCentral()
Expand All @@ -17,7 +17,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.2.5")
version.set("LATEST-EAP-SNAPSHOT")
type.set("IC") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
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.1.0</li>
<li>All Intellij products support: 1.2.0</li>
</ul>
<br>
Plugin updates:
<ul>
<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>
<li><b>1.0.0</b> <em>(2023-07-18)</em> - initial release
<ul>
Expand Down

0 comments on commit 7a50629

Please sign in to comment.