Merge branch 'feature/extensions' of https://github.com/GeyserMC/Geyser into feature/extensions

This commit is contained in:
RednedEpic 2022-04-24 12:08:11 -05:00
commit 7ca3b8d433
3 changed files with 14 additions and 1 deletions

View file

@ -77,6 +77,13 @@ dependencies {
annotationProcessor(projects.ap)
}
publishing {
publications.named<MavenPublication>("mavenJava") {
artifact(tasks["jar"])
artifact(tasks["sourcesJar"])
}
}
configure<BlossomExtension> {
val indra = the<IndraGitExtension>()