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 2460be9 commit 67150bbCopy full SHA for 67150bb
src/com/inet/gradle/setup/SetupBuilder.java
@@ -298,6 +298,15 @@ public String getMinimumUpdateMessage() {
298
return minUpdateMessage;
299
}
300
301
+ /**
302
+ * Set the oldest version which will be updated. If an already installed version is older then the update will be cancel.
303
+ * A default error message is used.
304
+ * @param version the version
305
+ */
306
+ public void setMinimumUpdateMessage( String version ) {
307
+ minimumUpdateVersion( version, null );
308
+ }
309
+
310
/**
311
* Set the oldest version which will be updated. If an already installed version is older then the update will be cancel.
312
* A default error message is used.
0 commit comments