Skip to content

Commit 1161cdc

Browse files
committed
chore(dependencies): add git-scm-plugin to allow commitLock task
1 parent fc8c831 commit 1161cdc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ buildscript {
55
}
66
dependencies {
77
classpath "com.netflix.nebula:gradle-dependency-lock-plugin:7.6.7"
8+
classpath "com.netflix.nebula:gradle-git-scm-plugin:4.1.6"
89
classpath "com.netflix.nebula:nebula-publishing-plugin:8.1.0"
910
classpath "com.netflix.nebula:nebula-release-plugin:11.1.0"
1011
classpath "com.netflix.nebula:nebula-bintray-plugin:7.3.0"
@@ -14,14 +15,13 @@ buildscript {
1415

1516

1617
allprojects {
17-
apply plugin: "nebula.release"
18-
apply plugin: "nebula.dependency-lock"
18+
apply plugin: "nebula.release"
1919

20-
group = 'com.github.tinesoft'
20+
group = 'com.github.tinesoft'
2121

22-
repositories {
23-
jcenter()
24-
}
22+
repositories {
23+
jcenter()
24+
}
2525
}
2626

2727
subprojects { apply plugin: "java" }

gradle/locking.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
apply plugin: "nebula.gradle-git-scm"
2+
apply plugin: "nebula.dependency-lock"
3+
14
commitDependencyLock {
25
message = 'chore(dependencies): update dependency lock files'
36
shouldCreateTag = false

0 commit comments

Comments
 (0)