From d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 27 Apr 2024 19:59:05 -0400 Subject: ♻️ refactor(plugin): refactor cc -> org and update deps, intellij MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index a9b6fee..4653e92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -pluginGroup=cc.polyfrost.sorbet.intelliprocessor +pluginGroup=org.polyfrost.sorbet.intelliprocessor pluginName=IntelliProcessor pluginRepositoryUrl=https://github.com/Polyfrost/IntelliProcessor -pluginVersion=1.0.0 +pluginVersion=1.0.1 pluginSinceBuild=223 -pluginUntilBuild=232.* +pluginUntilBuild=242.* platformType=IC platformVersion=2022.3.3 platformPlugins=com.intellij.java @@ -14,4 +14,4 @@ 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 +org.gradle.jvmargs=-Xmx4G -- cgit