mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
i think i fixed it?
This commit is contained in:
parent
78f36500ca
commit
3091d27e0e
4 changed files with 5 additions and 11 deletions
|
@ -1,3 +1,7 @@
|
|||
plugins {
|
||||
id("geyser.api-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.api)
|
||||
}
|
||||
|
|
|
@ -31,11 +31,3 @@ java {
|
|||
|
||||
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 {
|
||||
`java-library`
|
||||
id("geyser.build-logic")
|
||||
|
|
|
@ -4,7 +4,7 @@ import net.kyori.blossom.BlossomExtension
|
|||
plugins {
|
||||
id("net.kyori.blossom")
|
||||
id("net.kyori.indra.git")
|
||||
id("geyser.shadow-conventions")
|
||||
id("geyser.publish-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue