Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
i think i fixed it?
Dieser Commit ist enthalten in:
Ursprung
78f36500ca
Commit
3091d27e0e
@ -1,3 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("geyser.api-conventions")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(projects.api)
|
api(projects.api)
|
||||||
}
|
}
|
||||||
|
@ -30,12 +30,4 @@ java {
|
|||||||
targetCompatibility = JavaVersion.VERSION_16
|
targetCompatibility = JavaVersion.VERSION_16
|
||||||
|
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
|
||||||
publications.create<MavenPublication>("mavenJava") {
|
|
||||||
groupId = project.group as String
|
|
||||||
artifactId = project.name
|
|
||||||
version = project.version as String
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -1,5 +1,3 @@
|
|||||||
import org.gradle.accessors.dm.ApProjectDependency
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
id("geyser.build-logic")
|
id("geyser.build-logic")
|
||||||
|
@ -4,7 +4,7 @@ import net.kyori.blossom.BlossomExtension
|
|||||||
plugins {
|
plugins {
|
||||||
id("net.kyori.blossom")
|
id("net.kyori.blossom")
|
||||||
id("net.kyori.indra.git")
|
id("net.kyori.indra.git")
|
||||||
id("geyser.shadow-conventions")
|
id("geyser.publish-conventions")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren