Skip to content

Properly use the correct path when downloading Libraries#53

Closed
marchermans wants to merge 2 commits intomainfrom
fix/result-path-respecting
Closed

Properly use the correct path when downloading Libraries#53
marchermans wants to merge 2 commits intomainfrom
fix/result-path-respecting

Conversation

@marchermans
Copy link
Member

When downloading libraries, the system expects the path contained in the library instructions to be used, and not a custom path generated from the artifact identifier name,

Overwrite the default path (from the artifact coordinate) with the path defined in the libraries download instructions.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Dec 1, 2025

  • Publish PR to GitHub Packages

Last commit published: 9dd31534b99bbf3ebbeb6044685acc9998336128 - version: 3.0.44-pr-53-fix-result-path-respecting

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name = "Maven for PR #53" // https://github.com/neoforged/LegacyInstaller/pull/53
        url = uri("https://prmaven.neoforged.net/LegacyInstaller/pr53")
        content {
            includeModule("net.neoforged", "legacyinstaller")
        }
    }
}

@marchermans marchermans closed this Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant