Seedking 1 yıl önce
ebeveyn
işleme
f8ecd3e219
3 değiştirilmiş dosya ile 10 ekleme ve 15 silme
  1. 0 9
      build.gradle.kts
  2. 4 4
      gradle.properties
  3. 6 2
      src/main/resources/META-INF/plugin.xml

+ 0 - 9
build.gradle.kts

@@ -75,15 +75,6 @@ allprojects {
         testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
         testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
     }
-
-    // Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
-    kotlin {
-        @Suppress("UnstableApiUsage")
-        jvmToolchain {
-            languageVersion = JavaLanguageVersion.of(17)
-            vendor = JvmVendorSpec.JETBRAINS
-        }
-    }
 }
 
 

+ 4 - 4
gradle.properties

@@ -20,10 +20,10 @@ clionPlugins=com.intellij.cidr.base, com.intellij.clion
 kotlin.stdlib.default.dependency=false
 
 # proxy
-systemProp.http.proxyHost=127.0.0.1
-systemProp.http.proxyPort=7890
-systemProp.https.proxyHost=127.0.0.1
-systemProp.https.proxyPort=7890
+#systemProp.http.proxyHost=127.0.0.1
+#systemProp.http.proxyPort=7890
+#systemProp.https.proxyHost=127.0.0.1
+#systemProp.https.proxyPort=7890
 
 
 org.gradle.warning.mode=all

+ 6 - 2
src/main/resources/META-INF/plugin.xml

@@ -2,7 +2,7 @@
 <idea-plugin>
     <id>io.xmake</id>
     <name>XMake</name>
-    <version>1.2.3</version>
+    <version>1.3.0</version>
     <vendor email="[email protected]" url="https://xmake.io">xmake.io</vendor>
     <description><![CDATA[
     A XMake integration plugin in Intellij Platform<br>
@@ -42,6 +42,10 @@
     ]]></description>
 
     <change-notes><![CDATA[
+    <strong>1.3.0</strong>
+    <ul>
+        <li>[FIX]: Update version </li>
+    </ul>
     <strong>1.2.3</strong>
     <ul>
         <li>[FIX]: Update version </li>
@@ -144,7 +148,7 @@
     </change-notes>
 
     <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
-    <idea-version since-build="201.0" until-build="212.*"/>
+    <idea-version since-build="222.5" until-build="232.*"/>
 
     <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
          on how to target different products -->