Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
Temporarily fix build on eclipse so I may work...
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
Dieser Commit ist enthalten in:
Ursprung
f59d72843f
Commit
e077407a1a
@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
`eclipse`
|
||||
id("net.kyori.indra")
|
||||
}
|
||||
|
||||
@ -35,3 +36,13 @@ 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren