We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee949 commit 5a54ab4Copy full SHA for 5a54ab4
README.md
@@ -173,6 +173,9 @@ spotlessChangelog { // all defaults
173
commitMessage 'Published release/{{version}}' // {{version}} will be replaced
174
remote 'origin'
175
branch 'main'
176
+ // default value is false, but if you set it to true, then it will
177
+ // disable ssh host key checking (.ssh/known_hosts)
178
+ sshDisableStrictHostKeyChecking false
179
}
180
181
// last version parsed from changelog
0 commit comments