Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
761 stars 55 forks source link

Configure output directory for dumps #170

Closed fzhinkin closed 6 months ago

fzhinkin commented 6 months ago

Added an option to configure a path to a directory where dumps are stored:

apiValidation {
   apiDumpDirectory = "a/b/c/d/e"
}

By default, that path remains api.

It's an error to specify a path that leads outside the project directory.

Fixes #127

qwwdfsad commented 6 months ago

(I removed the obsolete comment because I was looking at the wrong branch in my IDE)