fabric-*: remove archives_base_name from gradle.properties
This commit is contained in:
parent
945178f71d
commit
f0a1fcdc9f
10 changed files with 5 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'fabric-loom' version '0.10.65'
|
||||
}
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
archivesBaseName = "Dynmap"
|
||||
version = parent.version
|
||||
group = parent.group
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue