This commit is contained in:
dags- 2020-02-26 10:00:30 +00:00
parent 4e651ca238
commit 2ab73caee8

View File

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