From 54de3dac25a1d1eb180f8fe916600481e2e26c29 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 18 Oct 2021 13:36:02 +0200 Subject: [PATCH] Set custom plugin version --- .gitattributes | 1 + build.gradle.kts | 3 +++ gradle.properties | 5 ++--- src/main/resources/META-INF/plugin.xml | 12 ++---------- 4 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/build.gradle.kts b/build.gradle.kts index 51589cdb2..21f25dc50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -127,6 +127,7 @@ dependencies { // AceJump is an optional dependency. We use their SessionManager class to check if it's active plugin("AceJump", "3.8.19") + plugin("com.intellij.classic.ui", "243.21565.122") bundledPlugins("org.jetbrains.plugins.terminal", "com.intellij.modules.json") } @@ -232,6 +233,8 @@ tasks { } compileTestKotlin { + enabled = false + kotlinOptions { jvmTarget = javaVersion apiVersion = "2.0" diff --git a/gradle.properties b/gradle.properties index 7e7305717..d31a95bae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,11 +16,11 @@ # https://data.services.jetbrains.com/products?code=IC # Maven releases are here: https://www.jetbrains.com/intellij-repository/releases # And snapshots: https://www.jetbrains.com/intellij-repository/snapshots -ideaVersion=2024.3.3 +ideaVersion=2024.3 # Values for type: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type ideaType=IC instrumentPluginCode=true -version=SNAPSHOT +version=chylex-1 javaVersion=21 remoteRobotVersion=0.11.23 antlrVersion=4.10.1 @@ -41,7 +41,6 @@ youtrackToken= # Gradle settings org.gradle.jvmargs='-Dfile.encoding=UTF-8' -org.gradle.configuration-cache=true org.gradle.caching=true # Disable warning from gradle-intellij-plugin. Kotlin stdlib is included as compileOnly, so the warning is unnecessary diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d397e73b9..c24da6538 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,12 +1,4 @@ -<!-- - ~ Copyright 2003-2023 The IdeaVim authors - ~ - ~ Use of this source code is governed by an MIT-style - ~ license that can be found in the LICENSE.txt file or at - ~ https://opensource.org/licenses/MIT. - --> - -<idea-plugin url="https://plugins.jetbrains.com/plugin/164" xmlns:xi="http://www.w3.org/2001/XInclude"> +<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"> <name>IdeaVim</name> <id>IdeaVIM</id> <description><![CDATA[ @@ -21,7 +13,7 @@ <li><a href="https://youtrack.jetbrains.com/issues/VIM">Issue tracker</a>: feature requests and bug reports</li> </ul> ]]></description> - <version>SNAPSHOT</version> + <version>chylex</version> <vendor>JetBrains</vendor> <!-- Mark the plugin as compatible with RubyMine and other products based on the IntelliJ platform (including CWM) -->