From c2c3c615b5729b8ad69a0491c6bb28bfe1e4dc18 Mon Sep 17 00:00:00 2001 From: zml Date: Sat, 15 Oct 2022 18:16:21 -0700 Subject: [PATCH] release: version 2.1.1 ...because Gradle has secret plugin portal rules THAT YOU CAN'T FIND OUT WITHOUT TRYING TO PUBLISH --- build.gradle.kts | 2 +- ore/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4def4ac..276bb99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "org.spongepowered" -version = "2.1.0" +version = "2.1.1" subprojects { apply(plugin = "net.kyori.indra") diff --git a/ore/build.gradle.kts b/ore/build.gradle.kts index 73f103f..841dd94 100644 --- a/ore/build.gradle.kts +++ b/ore/build.gradle.kts @@ -27,6 +27,6 @@ indraPluginPublishing { "org.spongepowered.gradle.ore.OreDeploymentPlugin", "Ore Deployment", "Deploy Sponge plugins to the Ore plugin repository", - listOf("ore", "publishing", "sponge", "minecraft", "plugin") + listOf("ore", "publishing", "sponge", "minecraft") ) }