Updated API and mappings
This commit is contained in:
parent
faa2c10d0e
commit
031f3ca908
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue