You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/groovy/net/researchgate/release/GitAdapter.groovy
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ class GitAdapter extends BaseScmAdapter {
35
35
36
36
voidsetProperty(Stringname, Objectvalue) {
37
37
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")
0 commit comments