change base name
This commit is contained in:
parent
73067b4c44
commit
d6599536fd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ group = 'eu.e99'
|
|||
version = '0.0.1'
|
||||
|
||||
base {
|
||||
archivesName = 'pixelchat'
|
||||
archivesName = "pixelchat-fabric-${project.minecraft_version}"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue