build: Apply sonatype publishing plugin
This commit is contained in:
parent
1d2d5d373d
commit
06b4a70c26
3 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.indraCommon)
|
implementation(libs.indraCommon)
|
||||||
|
implementation(libs.indraPublishingSonatype)
|
||||||
implementation(libs.testLoggerPlugin)
|
implementation(libs.testLoggerPlugin)
|
||||||
implementation(libs.errorpronePlugin)
|
implementation(libs.errorpronePlugin)
|
||||||
implementation(libs.licenser)
|
implementation(libs.licenser)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
plugins {
|
||||||
|
id("net.kyori.indra.publishing.sonatype")
|
||||||
|
}
|
||||||
|
|
@ -29,6 +29,10 @@ dependencies:
|
||||||
group: net.kyori
|
group: net.kyori
|
||||||
name: indra-common
|
name: indra-common
|
||||||
version: { ref: indra }
|
version: { ref: indra }
|
||||||
|
indraPublishingSonatype :
|
||||||
|
group : net.kyori
|
||||||
|
name : indra-publishing-sonatype
|
||||||
|
version : { ref : indra }
|
||||||
licenser:
|
licenser:
|
||||||
group: gradle.plugin.org.cadixdev.gradle
|
group: gradle.plugin.org.cadixdev.gradle
|
||||||
name: licenser
|
name: licenser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue