Tidy up Eclipse workspace

This commit is contained in:
Mike Primm 2022-02-07 10:04:12 -06:00
parent f441cf4ecd
commit b3de1dafe3
24 changed files with 154 additions and 9 deletions

View file

@ -1,3 +1,4 @@
buildscript {
repositories {
jcenter()
@ -14,6 +15,13 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.11.2)"
}
}
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")