-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (19 loc) · 912 Bytes
/
Copy pathgradle.properties
File metadata and controls
23 lines (19 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pluginGroup = de.mirkohaaser.claudechappe
pluginName = Claude Chappe
pluginRepositoryUrl = https://github.com/McGo/claude-chappe
pluginVersion = 0.1.0
# 251 = 2025.1. The plugin uses stable platform and Swing APIs only, so
# untilBuild stays open.
pluginSinceBuild = 251
# Built against IntelliJ IDEA Community - the plugin only depends on
# com.intellij.modules.platform and therefore runs in every JetBrains IDE.
platformType = IC
platformVersion = 2025.1
kotlin.stdlib.default.dependency = false
org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=768m
org.gradle.caching = true
org.gradle.configuration-cache = true
# Optional: verify against an IDE installed on this machine, on top of the
# lower-bound download. Machine specific - set it in ~/.gradle/gradle.properties
# or pass -PverifyAgainstLocalIde=... instead of committing a path here.
# verifyAgainstLocalIde = /Applications/PhpStorm.app/Contents