From 2ccd181ef08cfefaf58fd375bbc978b214481d0c Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 8 Oct 2024 23:32:51 +0100 Subject: [PATCH] Update blockus addon --- BlockusAddon | 2 +- build.gradle | 32 ++++++++++++++++++++++++++++++++ settings.gradle | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/BlockusAddon b/BlockusAddon index 4776aab6..84c001e2 160000 --- a/BlockusAddon +++ b/BlockusAddon @@ -1 +1 @@ -Subproject commit 4776aab6124c091ed7e7d9d0b6939099c502c474 +Subproject commit 84c001e280e013025cdbd75e0aad74c594c4c6be diff --git a/build.gradle b/build.gradle index d3fda4d2..da1aa4d7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,7 @@ buildscript { } plugins { id 'fabric-loom' version '1.7-SNAPSHOT' + id 'maven-publish' id 'com.modrinth.minotaur' version '2.+' id 'org.ajoberstar.reckon' version '0.13.1' } @@ -167,3 +168,34 @@ modrinth { optional.project 'fRiHVvU7' } } + + +publishing { + publications { + maven(MavenPublication) { + from components.java + + pom { + name = "Unicopia" + description = "Pony abilities mod for minecraft" + licenses { + license { + name = "MIT Public License" + url = "https://tlo.mit.edu/learn-about-intellectual-property/software-and-open-source-licensing" + } + } + developers { + developer { + id = "sollace" + } + } + scm { + connection = 'scm:git:git://github.com/Sollace/Unicopia.git' + developerConnection = 'scm:git:ssh://github.com/Sollace/Unicopia.git' + url = 'https://github.com/Sollace/Unicopia' + } + } + } + } +} + diff --git a/settings.gradle b/settings.gradle index 3f3ff87b..bffada8f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,4 +12,4 @@ pluginManagement { gradlePluginPortal() } } -rootProject.name = 'Unicopia' +rootProject.name = 'unicopia'