Skip to content

Commit 3dca0c3

Browse files
committed
Better wording for warning.
1 parent 12bbd47 commit 3dca0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/net/researchgate/release/GitAdapter.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GitAdapter extends BaseScmAdapter {
3535

3636
void setProperty(String name, Object value) {
3737
if (name == 'pushToCurrentBranch') {
38-
project.logger?.warn("You are setting the deprecated and unused option '${name}'. The deprecated option will be removed in 3.0")
38+
project.logger?.warn("You are setting the deprecated and unused option '${name}'. You can safely remove it. The deprecated option will be removed in 3.0")
3939
}
4040

4141
metaClass.setProperty(this, name, value)

0 commit comments

Comments
 (0)