4 Star 6 Fork 0

Gitee 极速下载 / intellij-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/intellij-rust/intellij-rust
克隆/下载
gradle.properties 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
propertiesPluginEnvironmentNameProperty=platformVersion
# Supported platforms: 232, 233, 241
platformVersion=233
# Supported IDEs: idea, clion, rustRover
baseIDE=idea
ideToRun=
buildNumber=999999-SNAPSHOT
publishToken=token
publishChannel=dev
githubToken=token
showTestStatus=false
showStandardStreams=false
enableBuildSearchableOptions=false
compileNativeCode=true
org.gradle.jvmargs=-Xmx3g
# Enable Gradle Build Cache. It is also configured in settings.gradle.kts.
org.gradle.caching=false
systemProp.org.gradle.internal.repository.max.tentatives=10
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
# Since kotlin 1.4, stdlib dependency is added by default by kotlin gradle plugin.
# But we don't need it because all necessary kotlin libraries are already bundled into IDE.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for more details
kotlin.stdlib.default.dependency=false
# Since kotlin 1.8.20, Gradle Kotlin plugin may produce OOM during compilation
# See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation
# and https://youtrack.jetbrains.com/issue/KT-57757 for more details
kotlin.incremental.useClasspathSnapshot=false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/intellij-rust.git
git@gitee.com:mirrors/intellij-rust.git
mirrors
intellij-rust
intellij-rust
master

搜索帮助