-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (23 loc) · 922 Bytes
/
gradle.properties
File metadata and controls
30 lines (23 loc) · 922 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
29
30
pluginGroup = dev.jezzy
pluginName = cutiepro
pluginRepositoryUrl = https://github.com/jezzy-ultra/CutiePro-intellij-plugin
pluginVersion = 1.0.1
# see: https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
platformType = IC
platformVersion = 2023.3.6
# see: https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
#platformPlugins =
#bundlePlugins =
vendorName = jezzy jumble
vendorEmail = jezz@jezzy.dev
vendorUrl = https://cutiepro.jezzy.dev
# see: https://github.com/gradle/gradle/releases
gradleVersion = 8.9
# opt-out flag for bundling Kotlin standard library
# see: https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# see: https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# see: https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true