Skip to content

Commit bba85d2

Browse files
Removing cleanLocal to preserve old versions.
1 parent da623ea commit bba85d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ task cleanLocal(type: Exec) {
9393

9494
task releaseLocal(type: GradleBuild) {
9595
startParameter = gradle.startParameter.newInstance()
96-
tasks = ['cleanLocal', 'clean', 'build', 'publishToMavenLocal']
96+
tasks = ['clean', 'build', 'publishToMavenLocal']
9797
}
9898

9999
task releasePublic(type: GradleBuild) {
100100
startParameter = gradle.startParameter.newInstance()
101-
tasks = ['cleanLocal', 'clean', 'build', 'publishToMavenLocal', 'publish']
101+
tasks = ['clean', 'build', 'publishToMavenLocal', 'publish']
102102
}

0 commit comments

Comments
 (0)