Bump Versions plugin to version 0.52.0
This commit is contained in:
parent
a8d90750ba
commit
dca5a31485
6 changed files with 16 additions and 15 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.ben-manes.versions' version '0.51.0'
|
||||
id 'com.github.ben-manes.versions' version '0.52.0'
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.51.0"
|
||||
id("com.github.ben-manes.versions") version "0.52.0"
|
||||
id("net.thauvin.erik.gradle.semver") version "1.0.4"
|
||||
kotlin("jvm") version "1.7.22"
|
||||
kotlin("kapt") version "1.7.22"
|
||||
|
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.ben-manes.versions' version '0.51.0'
|
||||
id 'com.github.ben-manes.versions' version '0.52.0'
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
|
|
@ -5,7 +5,7 @@ import java.time.format.DateTimeFormatter
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.51.0"
|
||||
id("com.github.ben-manes.versions") version "0.52.0"
|
||||
id("net.thauvin.erik.gradle.semver") version "1.0.4"
|
||||
kotlin("jvm") version "1.7.22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id("com.github.ben-manes.versions") version "0.52.0"
|
||||
id("net.thauvin.erik.gradle.semver") version "1.0.4"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue