ballerina-platform / plugin-gradle

Ballerina Gradle plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The clean task does not function properly for standard library packages

Nuvindu opened this issue · comments

Description:
When running the ./gradlew clean command in standard libraries, it does not remove build and target directories properly. This makes the package to keep all the -SNAPSHOT jars in the package while publishing.

Affected versions:
2.1.5 <