-
Notifications
You must be signed in to change notification settings - Fork 273
/
Copy pathgradle.properties
35 lines (30 loc) · 1.46 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version=2.2.1
snapshotVersion=2.2.2
snapshot=false
group=org.jetbrains.intellij.platform
artifactId=intellij-platform-gradle-plugin
description=The IntelliJ Platform Gradle Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.\
For more information, see [IntelliJ Platform Gradle Plugin documentation](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html).
website=https://github.com/JetBrains/intellij-platform-gradle-plugin
snapshotUrl=https://oss.sonatype.org/content/repositories/snapshots/
vcsUrl=https://github.com/JetBrains/intellij-platform-gradle-plugin
scmUrl=scm:git:https://github.com/JetBrains/intellij-platform-gradle-plugin
tags=intellij,jetbrains,idea
ossrhUsername=
ossrhPassword=
gradleVersion=8.12
org.gradle.jvmargs=-Xmx4G
org.gradle.caching=true
#org.gradle.parallel=true
# Dokka is incompatible with the configuration cache https://github.com/Kotlin/dokka/issues/1217
#org.gradle.configuration-cache=true
#org.gradle.configuration-cache-problems=warn
testGradleVersion=
testGradleArguments=
testIntellijPlatformType=IC
testIntellijPlatformVersion=2022.3.3
testKotlinVersion=1.9.23
testMarkdownPluginVersion=223.8617.3
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency=false