From 01a26fd9fd2da977f89d59611877b912a6cd1930 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Sat, 15 Feb 2025 12:21:09 -0600 Subject: [PATCH] Upgraded github-info plugin from 1.5.0 to 2.0.0 --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index a11ee0e8..913ba998 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'pl.allegro.tech.build.axion-release' version '1.15.3' id "com.github.hierynomus.license" version "0.16.1" id "com.bmuschko.docker-remote-api" version "9.2.1" - id 'ru.vyarus.github-info' version '1.5.0' + id 'ru.vyarus.github-info' version '2.0.0' id "io.github.gradle-nexus.publish-plugin" version "1.3.0" } @@ -22,6 +22,11 @@ repositories { mavenCentral() } +github { + user 'hierynomus' + license 'Apache' +} + scmVersion { tag { prefix = 'v' @@ -202,11 +207,6 @@ sourcesJar { } } -github { - user 'hierynomus' - license 'Apache' -} - publishing { publications { maven(MavenPublication) {