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
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Mod Properties
|
||||
archives_base_name=Dynmap
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue