File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -116,17 +116,6 @@ tasks.withType(AbstractArchiveTask).configureEach {
116
116
}
117
117
}
118
118
119
- tasks. register(' cleanBuildSrc' ) {
120
- description = ' Clean the buildSrc directory'
121
- doLast {
122
- delete(" $rootDir /buildSrc/build" )
123
- }
124
- }
125
-
126
- tasks. named(' clean' ) {
127
- finalizedBy(' cleanBuildSrc' )
128
- }
129
-
130
119
publishing {
131
120
publications {
132
121
maven(MavenPublication ) {
Original file line number Diff line number Diff line change @@ -14,3 +14,14 @@ version = '1.1.1'
14
14
publishing. publications. maven(MavenPublication ). pom {
15
15
description = " SVGOM 1.1 API Java binding"
16
16
}
17
+
18
+ tasks. register(' cleanBuildSrc' ) {
19
+ description = ' Clean the buildSrc directory'
20
+ doLast {
21
+ delete(" $rootDir /buildSrc/build" )
22
+ }
23
+ }
24
+
25
+ tasks. named(' clean' ) {
26
+ finalizedBy(' cleanBuildSrc' )
27
+ }
You can’t perform that action at this time.
0 commit comments