mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 03:30:15 +08:00
Optimize gradle properties
This commit is contained in:
parent
60f477b794
commit
3bcdf9b640
@ -64,7 +64,7 @@ object Versions {
|
|||||||
const val junit = "5.7.2"
|
const val junit = "5.7.2"
|
||||||
|
|
||||||
const val yamlkt = "0.12.0"
|
const val yamlkt = "0.12.0"
|
||||||
const val intellijGradlePlugin = "1.5.3"
|
const val intellijGradlePlugin = "1.7.0"
|
||||||
|
|
||||||
// const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
|
// const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
|
||||||
const val intellij = "2022.1" // don't update easily unless you want your disk space -= 500MB
|
const val intellij = "2022.1" // don't update easily unless you want your disk space -= 500MB
|
||||||
|
@ -12,11 +12,8 @@ kotlin.incremental.multiplatform=true
|
|||||||
org.gradle.jvmargs=-Xmx7000m -Dfile.encoding=UTF-8 --illegal-access=permit -Dkotlin.daemon.jvm.options=--illegal-access=permit --add-opens java.base/java.util=ALL-UNNAMED
|
org.gradle.jvmargs=-Xmx7000m -Dfile.encoding=UTF-8 --illegal-access=permit -Dkotlin.daemon.jvm.options=--illegal-access=permit --add-opens java.base/java.util=ALL-UNNAMED
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.vfs.watch=true
|
org.gradle.vfs.watch=true
|
||||||
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
||||||
kotlin.native.binary.memoryModel=experimental
|
kotlin.native.binary.memoryModel=experimental
|
||||||
kotlin.native.enableDependencyPropagation=false
|
|
||||||
#kotlin.mpp.enableCompatibilityMetadataVariant=true
|
#kotlin.mpp.enableCompatibilityMetadataVariant=true
|
||||||
#kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
||||||
systemProp.org.gradle.internal.publish.checksums.insecure=true
|
systemProp.org.gradle.internal.publish.checksums.insecure=true
|
||||||
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
|
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
|
||||||
# We may target 15 with Kotlin 1.5 IR
|
# We may target 15 with Kotlin 1.5 IR
|
||||||
@ -25,4 +22,5 @@ mirai.android.target.api.level=24
|
|||||||
systemProp.use.maven.local=false
|
systemProp.use.maven.local=false
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
kotlin.native.ignoreIncorrectDependencies=true
|
kotlin.native.ignoreIncorrectDependencies=true
|
||||||
kotlin.mpp.enableCInteropCommonization=true
|
kotlin.mpp.enableCInteropCommonization=true
|
||||||
|
kotlin.mpp.stability.nowarn=true
|
Loading…
Reference in New Issue
Block a user