File tree 2 files changed +9
-6
lines changed 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
5
5
}
6
6
dependencies {
7
7
classpath " com.netflix.nebula:gradle-dependency-lock-plugin:7.6.7"
8
+ classpath " com.netflix.nebula:gradle-git-scm-plugin:4.1.6"
8
9
classpath " com.netflix.nebula:nebula-publishing-plugin:8.1.0"
9
10
classpath " com.netflix.nebula:nebula-release-plugin:11.1.0"
10
11
classpath " com.netflix.nebula:nebula-bintray-plugin:7.3.0"
@@ -14,14 +15,13 @@ buildscript {
14
15
15
16
16
17
allprojects {
17
- apply plugin : " nebula.release"
18
- apply plugin : " nebula.dependency-lock"
18
+ apply plugin : " nebula.release"
19
19
20
- group = ' com.github.tinesoft'
20
+ group = ' com.github.tinesoft'
21
21
22
- repositories {
23
- jcenter()
24
- }
22
+ repositories {
23
+ jcenter()
24
+ }
25
25
}
26
26
27
27
subprojects { apply plugin : " java" }
Original file line number Diff line number Diff line change
1
+ apply plugin : " nebula.gradle-git-scm"
2
+ apply plugin : " nebula.dependency-lock"
3
+
1
4
commitDependencyLock {
2
5
message = ' chore(dependencies): update dependency lock files'
3
6
shouldCreateTag = false
You can’t perform that action at this time.
0 commit comments