|
@@ -1,12 +1,12 @@
|
|
|
pluginGroup=io.xmake
|
|
|
pluginName=IntelliJ Xmake Plugin
|
|
|
-pluginVersion=1.1.6
|
|
|
+pluginVersion=1.1.7
|
|
|
pluginSinceBuild=201
|
|
|
-pluginUntilBuild=213.*
|
|
|
+pluginUntilBuild=222.*
|
|
|
|
|
|
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
|
|
|
# See https://jb.gg/intellij-platform-builds-list for available build versions
|
|
|
-pluginVerifierIdeVersions=2020.1.1, 2021.1, 2021.2, 2021.3
|
|
|
+pluginVerifierIdeVersions=2020.1.1, 2021.1, 2021.2, 2021.3, 2022.2
|
|
|
baseVersion=IC-2021.2
|
|
|
clionVersion=CL-2021.2.1
|
|
|
platformDownloadSources=true
|
|
@@ -19,5 +19,10 @@ clionPlugins=com.intellij.cidr.base, com.intellij.clion
|
|
|
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
|
|
|
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
|
|
|
|
|
|
|