aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..a9b6fee
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,17 @@
+pluginGroup=cc.polyfrost.sorbet.intelliprocessor
+pluginName=IntelliProcessor
+pluginRepositoryUrl=https://github.com/Polyfrost/IntelliProcessor
+pluginVersion=1.0.0
+pluginSinceBuild=223
+pluginUntilBuild=232.*
+platformType=IC
+platformVersion=2022.3.3
+platformPlugins=com.intellij.java
+gradleVersion=8.3
+kotlin.stdlib.default.dependency=false
+kotlin.code.style=official
+org.gradle.daemon=true
+org.gradle.parallel=true
+org.gradle.configureoncommand=true
+org.gradle.parallel.threads=4
+org.gradle.jvmargs=-Xmx4G \ No newline at end of file