-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (31 loc) · 854 Bytes
/
gradle.properties
File metadata and controls
31 lines (31 loc) · 854 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
31
# Gradle
gradleVersion=9.2.1
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
#
# Plugin
group=dev.meanmail
repository=https://github.com/meanmail-dev/PyAnnotations
pluginName=Python Annotations
version=2026.1
# Release metadata for Marketplace product descriptor
code=
releaseDate=20260118
releaseVersion=20261
optional=false
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
kotlin.stdlib.default.dependency=false
#
# Platform
platformSinceBuild=252
# Develop platform
platformVersion=2025.2.4
platformType=PC
#plugins=
platformBundledPlugins=PythonCore
#
# Publish
publishChannel=Stable