Add eclpse labels for subprojects in Fabric

This commit is contained in:
Mike Primm 2022-02-16 21:13:21 -06:00
parent 2e0a167c68
commit 30791f1663
7 changed files with 55 additions and 21 deletions

View file

@ -1,13 +1,12 @@
apply plugin: 'eclipse'
description = 'dynmap'
eclipse {
project {
name = "Dynmap(Spigot/PaperMC)"
name = "Dynmap(Spigot)"
}
}
description = 'dynmap'
repositories {
maven {
url 'https://jitpack.io'