Skip to content

Commit

Permalink
fix: Remove unused indra git
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 3, 2024
1 parent df9f235 commit 84174dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -50,7 +49,7 @@ indra {
pom {
developers {
developer {
id.set(metadata.author)
id = metadata.author
}
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 84174dc

Please sign in to comment.