Explorar o código

update version

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
5814dfcb8b

+ 1 - 1
gradle.properties

@@ -1,6 +1,6 @@
 pluginGroup=io.xmake
 pluginName=IntelliJ Xmake Plugin
-pluginVersion=1.1.3
+pluginVersion=1.1.4
 pluginSinceBuild=201
 pluginUntilBuild=213.*
 

+ 5 - 0
src/main/kotlin/io/xmake/run/XMakeRunConfigurationType.kt

@@ -33,6 +33,11 @@ class XMakeRunConfigurationType : ConfigurationTypeBase(
 //                }
             }
 
+            // This value gets written to the config file. By default it defers to getName, however,
+            // the value needs to be kept the same even if the display name changes in the future
+            // in order to maintain compatibility with older configs.
+            override fun getId() = "Start and Debug"
+
             override fun isConfigurationSingletonByDefault(): Boolean = true
         })
     }

+ 4 - 0
src/main/resources/META-INF/plugin.xml

@@ -42,6 +42,10 @@
     ]]></description>
 
     <change-notes><![CDATA[
+    <strong>1.1.4</strong>
+    <ul>
+        <li>[FIX]: Fix deprecated api warning again </li>
+    </ul>
     <strong>1.1.3</strong>
     <ul>
         <li>[FIX]: Fix deprecated api warning </li>