mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Allow offline and help json modes work together
This commit is contained in:
parent
42ced8e340
commit
15be3a2cd7
Binary file not shown.
|
|
@ -520,8 +520,10 @@ public class Wrapper {
|
|||
var is_snapshot = isSnapshot(version);
|
||||
var is_local = false;
|
||||
if (offline_) {
|
||||
System.out.println("Offline mode: no artifacts will be checked nor downloaded");
|
||||
System.out.flush();
|
||||
if (launchMode_ != LaunchMode.Json) {
|
||||
System.out.println("Offline mode: no artifacts will be checked nor downloaded");
|
||||
System.out.flush();
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (is_snapshot) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue