Merge branch '3.4.x'
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
/*
|
||||
<<<<<<< HEAD
|
||||
* Copyright 2012-2024 the original author or authors.
|
||||
=======
|
||||
* Copyright 2012-2025 the original author or authors.
|
||||
>>>>>>> 3.3.x
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -38,7 +42,7 @@ class Phase {
|
||||
|
||||
private final String name;
|
||||
|
||||
private boolean daemonAccess = false;
|
||||
private boolean daemonAccess;
|
||||
|
||||
private final List<String> args = new ArrayList<>();
|
||||
|
||||
@@ -50,7 +54,7 @@ class Phase {
|
||||
|
||||
private String networkMode;
|
||||
|
||||
private boolean requiresApp = false;
|
||||
private boolean requiresApp;
|
||||
|
||||
/**
|
||||
* Create a new {@link Phase} instance.
|
||||
|
||||
Reference in New Issue
Block a user