-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathgradle.properties
More file actions
40 lines (34 loc) · 1.66 KB
/
gradle.properties
File metadata and controls
40 lines (34 loc) · 1.66 KB
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
36
37
38
39
40
version=2.13.1
snapshotVersion=2.13.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://central.sonatype.com/repository/maven-snapshots/
vcsUrl=https://github.com/JetBrains/intellij-platform-gradle-plugin
scmUrl=scm:git:https://github.com/JetBrains/intellij-platform-gradle-plugin
licenseName=Apache-2.0
licenseUrl=https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/main/LICENSE
tags=intellij,jetbrains,idea
ossrhUsername=
ossrhPassword=
gradleVersion=9.4.0
org.gradle.jvmargs=-Xmx8G
org.gradle.caching=true
org.gradle.tooling.parallel=true
org.gradle.configuration-cache=true
testGradleVersion=
testGradleArguments=-Dorg.gradle.jvmargs=-Xmx4G
testIntellijPlatformType=IU
testIntellijPlatformVersion=2025.1.6
testIntellijPlatformBuildNumber=251.28774.11
testKotlinVersion=2.2.20
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
# Dokka Gradle Plugin 2.0 opt-in
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true