From 84174dc192eefd6a8812b6d3c3180b6843c09f7d Mon Sep 17 00:00:00 2001
From: phinner <62483793+phinner@users.noreply.github.com>
Date: Tue, 4 Jun 2024 00:11:21 +0200
Subject: [PATCH] fix: Remove unused indra git

---
 build.gradle.kts          | 3 +--
 gradle/libs.versions.toml | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 0e8d0e7..d7e1d71 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,7 +4,6 @@ import com.xpdustry.toxopid.spec.ModPlatform
 
 plugins {
     alias(libs.plugins.indra.common)
-    alias(libs.plugins.indra.git)
     alias(libs.plugins.shadow)
     alias(libs.plugins.toxopid)
 }
@@ -50,7 +49,7 @@ indra {
         pom {
             developers {
                 developer {
-                    id.set(metadata.author)
+                    id = metadata.author
                 }
             }
         }
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a976898..8876808 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -9,6 +9,5 @@ toxopid = "4.0.0"
 
 [plugins]
 indra-common = { id = "net.kyori.indra", version.ref = "indra" }
-indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
 shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
 toxopid = { id = "com.xpdustry.toxopid", version.ref = "toxopid" }