From 0f7a8929b05fc868961aa04ca600555ac53c468d Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 27 Apr 2024 22:35:19 -0400 Subject: 🐛 fix(plugin): add github actions and revert jvm bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'gradle.properties') 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 -- cgit