-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (18 loc) · 866 Bytes
/
gradle.properties
File metadata and controls
24 lines (18 loc) · 866 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
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency=false
# 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
pluginRepositoryUrl = https://github.com/templ-go/templ-jetbrains
pluginName = Templ
pluginVersion = 0.0.20
pluginGroup = com.templ
platformType = GO
platformVersion = 2025.1
platformDownloadSources = true
pluginSinceBuild = 251
pluginVerifierIdeVersions = GO-2025.1
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
platformBundledPlugins = org.jetbrains.plugins.textmate,org.jetbrains.plugins.go
gradleVersion = 9.0.0