Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Aug 17, 2024
1 parent d9f9356 commit e9381e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ repositories {
url = uri("https://repo.codemc.io/repository/maven-public/")
}

// FoliaLib
maven {
name = "devmart-other"
url = uri("https://nexuslite.gcnt.net/repos/other/")
}

// ConfigurationMaster
maven {
name = "cm-repo"
url = uri("https://ci.pluginwiki.us/plugin/repository/everything/")
}

// FoliaLib
maven {
name = "devmart-other"
url = uri("https://nexuslite.gcnt.net/repos/other/")
}
}

val adventureVersion = "4.17.0"
Expand Down

0 comments on commit e9381e6

Please sign in to comment.