Skip to content

Commit

Permalink
build: Apply group metadata to root project as well
Browse files Browse the repository at this point in the history
The sonatype nexus plugin requires this
  • Loading branch information
zml2008 committed Sep 4, 2021
1 parent 9f128f2 commit 87b5612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ plugins {
id "net.kyori.indra.publishing.sonatype" version "$indraVersion"
}

group 'net.kyori'
version '1.3.0-SNAPSHOT'
description "A library for examining objects and producing an output - a friendly way to create a toString result."

subprojects {
apply plugin: "net.kyori.indra"
apply plugin: "net.kyori.indra.checkstyle"
apply plugin: "net.kyori.indra.license-header"
apply plugin: "net.kyori.indra.publishing"

group 'net.kyori'
version '1.3.0-SNAPSHOT'
description("A library for examining objects and producing an output - a friendly way to create a toString result.")

indra {
javaVersions {
testWith(8, 11, 16)
Expand Down

0 comments on commit 87b5612

Please sign in to comment.