Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nambers authored Aug 5, 2021
1 parent 29b7b71 commit bd8936c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kotlin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ include("shared")
include("plugin")
include("loader")
project(":plugin").name = "MiraiCP-plugin"
project(":loader").name = "MiraiCP-loader"
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}
}
}

0 comments on commit bd8936c

Please sign in to comment.