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

Add the option to add path-prefixes that should not be transformed #14

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

shartte
Copy link
Contributor

@shartte shartte commented Jun 7, 2024

Adds the ability to ignore source-elements via path-prefixes.

Allows us to ignore mcp/ since that may be present in both the classpath and input files.

@shartte shartte requested a review from Matyrobbrt June 7, 2024 11:51
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jun 7, 2024

  • Publish PR to GitHub Packages

Last commit published: 4a6fb2c45bee4185248938529a0a458347b470d1.

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 #14' // https://github.com/neoforged/JavaSourceTransformer/pull/14
        url 'https://prmaven.neoforged.net/JavaSourceTransformer/pr14'
        content {
            includeModule('net.neoforged.jst', 'jst-cli')
            includeModule('net.neoforged.jst', 'jst-cli-bundle')
        }
    }
}

@Matyrobbrt Matyrobbrt merged commit 26d5837 into main Jul 4, 2024
2 checks passed
@Matyrobbrt Matyrobbrt deleted the add-ignore-option branch July 4, 2024 13:50
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.

2 participants