Skip to content

Commit

Permalink
misc: XiaMoZhiShi -> NiFeather
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 9, 2024
1 parent d337f3b commit cd48b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repositories {
url = uri("https://jitpack.io")
content {
includeGroup("com.github.XiaMoZhiShi")
includeGroup("com.github.NiFeather")
}
}

Expand Down Expand Up @@ -93,7 +94,7 @@ dependencies {
project.property("protocols_local_version")
else project.property("protocols_version");

implementation("com.github.XiaMoZhiShi:feathermorph-protocols:${protocolVersion}")
implementation("com.github.NiFeather:feathermorph-protocols:${protocolVersion}")
implementation("com.github.XiaMoZhiShi:PluginBase:${project.property("pluginbase_version")}")
{
exclude("com.google.code.gson", "gson")
Expand Down

0 comments on commit cd48b6b

Please sign in to comment.