Skip to content

Commit

Permalink
fix another error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 3, 2024
1 parent 740b032 commit faf53d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/paper-plugin.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import com.ryderbelserion.feather.enums.Repository

plugins {
id("java-plugin")
}
Expand Down
6 changes: 2 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ minecraft = "1.21.1"
paperweight = "1.7.2"
runPaper = "2.3.0"
minotaur = "2.+"
hangar = "0.1.2"
shadow = "8.3.0"
hangar = "0.1.2"

# Plugins
# Bukkit Plugins
itemsadder = "3.6.3-beta-14"
headdatabaseapi = "1.3.1"
placeholderapi = "2.11.6"
Expand All @@ -33,8 +33,6 @@ jetbrains = "24.1.0"
adventure = "4.17.0"
vital = "2.0.1"

# Modrinth

[libraries]
velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
Expand Down

0 comments on commit faf53d4

Please sign in to comment.