fix maven path for api
This commit is contained in:
parent
0c92980953
commit
50a5262239
@ -148,7 +148,10 @@ publishing {
|
||||
classifier "sources"
|
||||
builtBy remapSourcesJar
|
||||
}
|
||||
artifact(remapApiJar)
|
||||
artifact(remapApiJar) {
|
||||
classifier "api"
|
||||
builtBy remapApiJar
|
||||
}
|
||||
artifactId project.archives_base_name
|
||||
version project.version + "-fabric"
|
||||
}
|
||||
|
@ -114,7 +114,10 @@ publishing {
|
||||
classifier "sources"
|
||||
builtBy remapSourcesJar
|
||||
}
|
||||
artifact(remapApiJar)
|
||||
artifact(remapApiJar) {
|
||||
classifier "api"
|
||||
builtBy remapApiJar
|
||||
}
|
||||
artifactId project.archives_base_name
|
||||
version project.version + "-forge"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user