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,5 +1,13 @@
description = "DynmapCore"
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(DynmapCore)"
}
}
dependencies {
implementation project(path: ':DynmapCoreAPI', configuration: 'shadow')
implementation 'javax.servlet:javax.servlet-api:3.1'

View File

@ -1,3 +1,12 @@
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(DynmapCoreAPI)"
}
}
description = "DynmapCoreAPI"
jar {

View File

@ -4,6 +4,14 @@ plugins {
id 'maven-publish'
}
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap"
}
}
allprojects {
repositories {
mavenLocal()

View File

@ -1,3 +1,10 @@
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Spigot-1.13.2)"
}
}
description = 'bukkit-helper-1.13.2'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.14.1)"
}
}
description = 'bukkit-helper-1.14.1'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.15)"
}
}
description = 'bukkit-helper-1.15'

View File

@ -1,5 +1,10 @@
eclipse {
project {
name = "Dynmap(Spigot-1.16.2)"
}
}
description = 'bukkit-helper-1.16'
description = 'bukkit-helper-1.16.2'
dependencies {
implementation project(':bukkit-helper')

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.16.3)"
}
}
description = 'bukkit-helper-1.16.3'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.16.4)"
}
}
description = 'bukkit-helper-1.16.4'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.16)"
}
}
description = 'bukkit-helper-1.16'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.17)"
}
}
description = 'bukkit-helper-1.17'

View File

@ -1,3 +1,8 @@
eclipse {
project {
name = "Dynmap(Spigot-1.18)"
}
}
description = 'bukkit-helper-1.18'

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>bukkit-helper</name>
<name>Dynmap(Spigot-Common)</name>
<comment></comment>
<projects>
</projects>
@ -28,7 +28,7 @@
</natures>
<filteredResources>
<filter>
<id>1627430303020</id>
<id>0</id>
<name></name>
<type>30</type>
<matcher>

View File

@ -1,3 +1,10 @@
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Spigot-Common)"
}
}
description = 'bukkit-helper'

View File

@ -1,3 +1,10 @@
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(dynmap-api)"
}
}
description = "dynmap-api"

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")

View File

@ -12,6 +12,13 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.12.2)"
}
}
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")

View File

@ -12,8 +12,14 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.13.2)"
}
}
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")

View File

@ -9,8 +9,14 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.14.4)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

View File

@ -9,8 +9,14 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.15.2)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

View File

@ -9,8 +9,14 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.16.5)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

View File

@ -9,8 +9,14 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.17.1)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(16) // Need this here so eclipse task generates correctly.

View File

@ -9,8 +9,14 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-1.18)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.

View File

@ -4,6 +4,14 @@ plugins {
id 'maven-publish'
}
apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Forge-Legacy)"
}
}
allprojects {
repositories {
mavenLocal()