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
thrownewIllegalArgumentException("You can set user/pass with any of these environment variables: " + envVars(), e);
76
+
thrownewIllegalArgumentException("You can set user/pass with any of these environment variables: " + envVars() + ", or try -PsshDisableStrictHostKeyChecking on ssh remotes", e);
Copy file name to clipboardExpand all lines: spotless-changelog-plugin-gradle/src/main/java/com/diffplug/spotless/changelog/gradle/ChangelogExtension.java
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (C) 2019-2020 DiffPlug
2
+
* Copyright (C) 2019-2021 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ public ChangelogExtension(Project project) {
54
54
/**
55
55
* Parses the changelog and calculates the next version. Once this
56
56
* has been done, the user can't change the configuration at all.
57
-
* Use {@link #assertNotCalculatedYet()} on every mutation to check for this.
57
+
* Use {@link #assertNotCalculatedYet()} on every mutation to check for this.
Copy file name to clipboardExpand all lines: spotless-changelog-plugin-gradle/src/main/java/com/diffplug/spotless/changelog/gradle/ChangelogPlugin.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (C) 2019-2020 DiffPlug
2
+
* Copyright (C) 2019-2021 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@ public void apply(Project project) {
0 commit comments