-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (28 loc) · 882 Bytes
/
gradle.properties
File metadata and controls
28 lines (28 loc) · 882 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
# Gradle
gradleVersion=9.0.0
org.gradle.parallel=true
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
jvmVersion=21
#
# Plugin
group=dev.meanmail
repository=https://github.com/meanmail-dev/prettify-python-plugin
pluginName=Prettify python
version=2025.2
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
kotlin.stdlib.default.dependency=false
#
# Platform
platformSinceBuild=243
# Develop platform
platformVersion=2025.1
platformType=PC
#plugins=
platformBundledPlugins=PythonCore
#
# Publish
publishChannel=Stable