File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 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 {
116116 }
117117}
118118
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-
130119publishing {
131120 publications {
132121 maven(MavenPublication ) {
Original file line number Diff line number Diff line change @@ -14,3 +14,14 @@ version = '1.1.1'
1414publishing. publications. maven(MavenPublication ). pom {
1515 description = " SVGOM 1.1 API Java binding"
1616}
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