From 7894be13510640fdf291b5f4d955e6d3cfa1ac25 Mon Sep 17 00:00:00 2001 From: Andrey Myatlyuk Date: Sun, 16 Jun 2024 20:12:47 -0700 Subject: [PATCH] Version update, Ant update --- build.gradle.kts | 10 +++++----- src/main/resources/META-INF/plugin.xml | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a3ab277..983850f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,11 +1,11 @@ plugins { id("java") - id("org.jetbrains.intellij") version "1.16.0" + id("org.jetbrains.intellij") version "1.17.3" id("org.jetbrains.kotlin.jvm") version "1.9.10" } group = "org.jetbrains" -version = "0.9.3" +version = "0.9.4" repositories { mavenCentral() @@ -17,11 +17,11 @@ java { // See https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html intellij { - version.set("2023.2") + version.set("2024.1.3") plugins.set(listOf( "com.intellij.java", "org.jetbrains.idea.maven", - "AntSupport", + "AntSupport:241.17011.48", )) } @@ -32,7 +32,7 @@ tasks { patchPluginXml { version.set("${project.version}") - sinceBuild.set("232") + sinceBuild.set("241") } compileKotlin { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 60e735a..2bf871a 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ com.kukido.eclipser Eclipser - 0.9.3 + 0.9.4 Kukido org.jetbrains.idea.maven com.intellij.modules.java @@ -23,6 +23,8 @@ +
0.9.3
+
- updated IntelliJ version
0.9.3
- updated IntelliJ version
- switched to Kotlin build script @@ -95,7 +97,7 @@ ]]> - +