-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (21 loc) · 1 KB
/
gradle.properties
File metadata and controls
29 lines (21 loc) · 1 KB
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
pluginGroup = com.yanncebron.m68kplugin
pluginName = m68kplugin
pluginVersion = 0.2.3-dev
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 241
pluginUntilBuild =
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2024.1.7, 2024.2.6, 2024.3.7, 2025.1.7, 2025.2.6.1, IU-2025.3.4, IU-2026.1
platformType = IC
platformVersion = 2024.1.7
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
platformPlugins =
# Java language level used to compile sources and to generate the files for
javaVersion = 17
gradleVersion = 8.14.3
# Enable Gradle Configuration Cache
org.gradle.configuration-cache=true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true