Skip to content

Commit

Permalink
build(gradle): upgrade plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rising3 committed Sep 5, 2021
1 parent b1835a6 commit de5fc2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.github.rising3:semver-gradle-plugin:0.5.0"
classpath "com.github.rising3:semver-gradle-plugin:0.6.0"
}
}

Expand All @@ -22,7 +22,7 @@ plugins {
id "com.diffplug.spotless" version "5.11.0"
id "eclipse"
id "idea"
// id 'com.github.rising3.semver' version '0.5.0'
// id 'com.github.rising3.semver' version '0.6.0'
}

apply plugin: "com.github.rising3.semver"
Expand Down Expand Up @@ -153,6 +153,7 @@ license {

semver {
target="TAG"
changeLog="BOTH"
}

tasks.semver.configure {
Expand Down

0 comments on commit de5fc2c

Please sign in to comment.