forked from ParchmentMC/Scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
26 lines (21 loc) · 876 Bytes
/
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
org.gradle.jvmargs=-Xmx4G
# IntelliJ Platform Artifacts Repositories -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
pluginGroup=org.parchmentmc.scribe
pluginName=Scribe
pluginVersion=0.2.5
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType=IC
platformVersion=231-EAP-SNAPSHOT
# Dependencies
kotlinVersion=1.8.20
featherVersion=1.0.0
moshiVersion=1.14.0
srgutilsVersion=0.4.15
asmVersion=9.5
groovyVersion=2.5.18
gradleToolingExtensionVersion=231-EAP-SNAPSHOT
jetbrainsAnnotationsVersion=24.0.1
# Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency=false