This commit is contained in:
dags- 2020-02-26 10:00:30 +00:00
parent 4e651ca238
commit 2ab73caee8
1 changed files with 8 additions and 0 deletions

View File

@ -30,4 +30,12 @@ dependencies {
minecraft {
mappings channel: mcp_channel, version: mcp_version
}
uploadArchives {
repositories {
mavenDeployer {
repository(url: "http://localhost:8087/repository/maven/")
}
}
}