Skip to content

11.0.0-SNAPSHOT apiVersion uses 1.20 instead of 1.20.1 for spongeRuntime #70

Closed
@jpenilla

Description

@jpenilla

The + version from SpongePluginGradle#addRuntimeDependency is selecting 1.20 over 1.20.1, it's also in the wrong order on the Nexus web ui

Screenshot

As a workaround I forced the version with

configurations.spongeRuntime {
    resolutionStrategy {
        eachDependency {
            if (target.name == "spongevanilla") {
                useVersion("1.20.1-11.0.0-RC1356")
            }
        }
    }
}

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