aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
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