Update grade-smp-plugin to version 0.7.0 and remove build of it

This commit is contained in:
Sebastian Sdorra
2021-01-13 11:21:11 +01:00
committed by René Pfeuffer
parent d2220af840
commit 964b6c3df5
6 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.6.0'
id 'org.scm-manager.smp' version '0.7.0'
}
def jgitVersion = '5.6.1.202002131546-r-scm1'

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.6.0'
id 'org.scm-manager.smp' version '0.7.0'
}
dependencies {

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.6.0'
id 'org.scm-manager.smp' version '0.7.0'
}
dependencies {

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.6.0'
id 'org.scm-manager.smp' version '0.7.0'
}
dependencies {

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.6.0'
id 'org.scm-manager.smp' version '0.7.0'
}
def svnkitVersion = '1.10.1-scm2'

View File

@@ -75,4 +75,3 @@ include 'scm-packaging:docker'
include 'scm-packaging:helm'
include 'scm-packaging:release-yaml'
includeBuild '../gradle-smp-plugin'