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) {