Upgraded github-info plugin from 1.5.0 to 2.0.0

This commit is contained in:
exceptionfactory
2025-02-15 12:21:09 -06:00
parent 38770b33d9
commit 01a26fd9fd

View File

@@ -9,7 +9,7 @@ plugins {
id 'pl.allegro.tech.build.axion-release' version '1.15.3' id 'pl.allegro.tech.build.axion-release' version '1.15.3'
id "com.github.hierynomus.license" version "0.16.1" id "com.github.hierynomus.license" version "0.16.1"
id "com.bmuschko.docker-remote-api" version "9.2.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" id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
} }
@@ -22,6 +22,11 @@ repositories {
mavenCentral() mavenCentral()
} }
github {
user 'hierynomus'
license 'Apache'
}
scmVersion { scmVersion {
tag { tag {
prefix = 'v' prefix = 'v'
@@ -202,11 +207,6 @@ sourcesJar {
} }
} }
github {
user 'hierynomus'
license 'Apache'
}
publishing { publishing {
publications { publications {
maven(MavenPublication) { maven(MavenPublication) {