>./gradlew removeStaleArtifacts -Pasf
>How can i use this cmd to remove only one rc files ?

It is configured in staleRemovalFilters block in
https://github.com/apache/calcite/blob/a549342294062eba9aa3196e7e6d4bda36fa8291/build.gradle.kts#L123
However, currently, there's no way to override filters from the command
line.

If you want to remove files from SVN you might use SVN tools like
svnmucc rm https://...path/to/file

Vladimir

Reply via email to