Skip to content

Commit 46ef5f6

Browse files
Removed cleanLocal to preserve old versions.
1 parent ff0ca6a commit 46ef5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ task cleanLocal(type: Exec) {
9494

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

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

0 commit comments

Comments
 (0)