File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ plugins {
7
7
8
8
def groupId = ' com.techscode'
9
9
def artifactId = ' GradleBasePlugin'
10
-
11
10
// Versioning:
12
11
// /---> Major Version - Increment this when you make a breaking change
13
12
// | /---> Minor Version - Increment this when you add a new feature
14
13
// | | /---> Patch Version - Increment this when you make a bug fix
15
- def versionNum = ' 5.0.7 '
14
+ def versionNum = ' 5.0.8 '
16
15
17
16
group = groupId
18
17
version = versionNum
@@ -40,9 +39,9 @@ dependencies {
40
39
publishing {
41
40
publications {
42
41
maven(MavenPublication ) {
43
- groupId
44
- artifactId
45
- versionNum
42
+ groupId = groupId
43
+ artifactId = artifactId
44
+ version = versionNum
46
45
47
46
from components. java
48
47
}
@@ -56,4 +55,4 @@ publishing {
56
55
}
57
56
}
58
57
}
59
- }
58
+ }
You can’t perform that action at this time.
0 commit comments