File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22* Update to gradle 6.9
33* Update ru.vyarus.quality 4.0.0 -> 4.6.0
44* Update com.github.ben-manes.versions 0.27.0 -> 0.39.0
5+ * Update ru.vyarus.github-info 1.2.0 -> 1.3.0
56* Update ru.vyarus.java-lib 2.1.0 -> 2.2.0 (much multi-module logic moved to plugin)
67* (breaking) Removed jcenter publishing, instead publish to maven central directly
78 - Remove com.jfrog.bintray plugin
Original file line number Diff line number Diff line change 11plugins {
2- id ' ru.vyarus.github-info' version ' 1.2 .0' apply false < % if (enableQualityChecks) { % >
2+ id ' ru.vyarus.github-info' version ' 1.3 .0' apply false < % if (enableQualityChecks) { % >
33 id ' ru.vyarus.quality' version ' 4.6.0' apply false < % } % >
44
55 id ' jacoco'
@@ -54,11 +54,7 @@ allprojects {
5454
5555 github {
5656 user = ' <%= githubUser %>'
57- repository = rootProject. name
5857 license = ' MIT'
59- licenseUrl = github. rawFileUrl(' LICENSE' );
60- changelogFile = ' CHANGELOG.md'
61- vcsUrl = ' https://github.com/<%= githubUser %>/<%= libName %>'
6258 }
6359
6460 pom {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' project-report'
55 id ' signing'
66 id ' ru.vyarus.java-lib' version ' 2.2.0'
7- id ' ru.vyarus.github-info' version ' 1.2 .0' < % if (enableQualityChecks) { % >
7+ id ' ru.vyarus.github-info' version ' 1.3 .0' < % if (enableQualityChecks) { % >
88 id ' ru.vyarus.quality' version ' 4.6.0' < % } % >
99 id ' net.researchgate.release' version ' 2.8.1'
1010 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
You can’t perform that action at this time.
0 commit comments