aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-04-27 22:35:19 -0400
committerPauline <git@ethanlibs.co>2024-04-27 22:35:19 -0400
commit0f7a8929b05fc868961aa04ca600555ac53c468d (patch)
tree0456b63822b2d3b160842c7e3acce26a5bf3cab0 /gradle.properties
parentd95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 (diff)
downloadIntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.gz
IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.bz2
IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.zip
🐛 fix(plugin): add github actions and revert jvm bump
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties16
1 files changed, 13 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 4653e92..e0cc99b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,15 +1,25 @@
pluginGroup=org.polyfrost.sorbet.intelliprocessor
pluginName=IntelliProcessor
pluginRepositoryUrl=https://github.com/Polyfrost/IntelliProcessor
-pluginVersion=1.0.1
+
+pluginVersion=1.0.2
+
pluginSinceBuild=223
-pluginUntilBuild=242.*
+pluginUntilBuild=241.*
+
platformType=IC
platformVersion=2022.3.3
+
platformPlugins=com.intellij.java
-gradleVersion=8.3
+
+gradleVersion=8.7
+
kotlin.stdlib.default.dependency=false
kotlin.code.style=official
+
+org.gradle.configuration-cache = true
+org.gradle.caching = true
+
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureoncommand=true