Add eclpse labels for subprojects in Fabric
This commit is contained in:
parent
3a39688dc8
commit
fb0cceca58
7 changed files with 55 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue