Skip to content

Some standard configurations are missing from deobf dependency configurations #1484

@Juuxel

Description

@Juuxel

public static final DebofConfiguration COMPILE = new DebofConfiguration("compile", List.of(
SourceSet::getImplementationConfigurationName,
SourceSet::getApiConfigurationName,
SourceSet::getCompileOnlyConfigurationName
));
public static final DebofConfiguration RUNTIME = new DebofConfiguration("runtime", List.of(
SourceSet::getImplementationConfigurationName,
SourceSet::getApiConfigurationName,
SourceSet::getRuntimeOnlyConfigurationName
));

The lists should include compileOnlyApi (from java-library) and localRuntime (from Loom).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions