-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (23 loc) · 844 Bytes
/
Copy pathgradle.properties
File metadata and controls
28 lines (23 loc) · 844 Bytes
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
# Plugin coordinates
pluginGroup = com.example.ghactions
pluginName = gh-actions-monitor
pluginVersion = 0.1.0-SNAPSHOT
# IDE used to develop and run the plugin via :runIde
# Use IntelliJ IDEA Community for development. Marketplace listing can target PyCharm separately.
platformType = IC
platformVersion = 2024.3
# Plugin compatibility range
# pluginUntilBuild covers IDEs up to and including PyCharm/IDEA 2026.2.x (build 262.*).
pluginSinceBuild = 243
pluginUntilBuild = 262.*
# Bundled plugins we depend on at build time
platformBundledPlugins = Git4Idea,org.jetbrains.plugins.github
# Toolchain
javaVersion = 17
kotlinVersion = 2.4.0
gradleVersion = 9.6.1
# Use Gradle's parallel and caching support
org.gradle.parallel = true
org.gradle.caching = true
org.gradle.jvmargs = -Xmx2g -XX:+UseG1GC
kotlin.stdlib.default.dependency = false