Add eclpse labels for subprojects in Fabric

This commit is contained in:
Mike Primm 2022-02-16 21:13:21 -06:00
parent 3a39688dc8
commit fb0cceca58
7 changed files with 55 additions and 21 deletions

View file

@ -2,6 +2,14 @@ plugins {
id 'fabric-loom' version '0.10.65'
}
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Fabric-1.14.4)"
}
}
archivesBaseName = "Dynmap"
version = parent.version
group = parent.group