3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-19 14:30:17 +01:00

Properly build on eclipse via indra

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
Dieser Commit ist enthalten in:
Joshua Castle 2023-05-13 22:20:05 -07:00
Ursprung 41d7d8e3a3
Commit e266ee9ff6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: F674F38216C35D5D
3 geänderte Dateien mit 4 neuen und 13 gelöschten Zeilen

Datei anzeigen

@ -3,12 +3,13 @@ plugins {
}
repositories {
maven("https://repo.stellardrift.ca/repository/snapshots/")
gradlePluginPortal()
maven("https://repo.opencollab.dev/maven-snapshots")
}
dependencies {
implementation("net.kyori", "indra-common", "3.0.1")
implementation("net.kyori", "indra-common", "3.1.0-SNAPSHOT")
implementation("com.github.johnrengelman", "shadow", "7.1.3-SNAPSHOT")
// Within the gradle plugin classpath, there is a version conflict between loom and some other

Datei anzeigen

@ -1,6 +1,5 @@
plugins {
`java-library`
`eclipse`
id("net.kyori.indra")
}
@ -36,13 +35,3 @@ tasks {
}
}
}
eclipse {
classpath.file.whenMerged {
(this as org.gradle.plugins.ide.eclipse.model.Classpath).entries.forEach { entry ->
if (entry is org.gradle.plugins.ide.eclipse.model.Library) {
entry.entryAttributes["module"] = false
}
}
}
}

Datei anzeigen

@ -46,6 +46,7 @@ dependencyResolutionManagement {
pluginManagement {
repositories {
maven(url = "https://repo.stellardrift.ca/repository/snapshots/")
gradlePluginPortal()
maven("https://maven.fabricmc.net/")
maven("https://repo.opencollab.dev/maven-snapshots")