Updated API and mappings

This commit is contained in:
Aleksey 2020-10-16 09:43:56 +03:00
parent faa2c10d0e
commit 031f3ca908
2 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,7 @@ repositories {
maven { url "https://maven.dblsaiko.net/" }
maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" }
maven { url "https://maven.fabricmc.net/" }
maven { url 'https://jitpack.io' }
jcenter()
}
@ -75,7 +76,6 @@ jar {
publishing {
publications {
mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven
artifact(remapJar) {
builtBy remapJar
}