Merge branch '3.4.x'

This commit is contained in:
Phillip Webb
2025-04-11 09:42:20 -07:00
25 changed files with 42 additions and 38 deletions

View File

@@ -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.