test
This commit is contained in:
parent
4e651ca238
commit
2ab73caee8
@ -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/")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user