Skip to content

Commit 478f282

Browse files
committed
update github plugin
1 parent 865eb1a commit 478f282

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

app/templates/project-multi/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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 {

app/templates/project-single/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)