Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-6887] Introducing new phase STRUCTURE_NAMING_JDK_DEPENDENCIES #6061

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public AttachmentKey<?> getPhaseKey() {
public static final int STRUCTURE_GLOBAL_MODULES = 0x1E00;
public static final int STRUCTURE_GLOBAL_DIRECTORIES = 0x1E01;
public static final int STRUCTURE_NAMING_EXTERNAL_CONTEXTS = 0x1F00;
public static final int STRUCTURE_NAMING_JDK_DEPENDENCIES = 0x1FF0;
public static final int STRUCTURE_GLOBAL_REQUEST_CONTROLLER = 0x2000;
public static final int STRUCTURE_WS_SERVICES_DEPS = 0x2100;
public static final int STRUCTURE_DEPENDENCIES_MANIFEST = 0x2200;
Expand Down