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

Fix errors when both explicit and wildcard ATs are present #16

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

Matyrobbrt
Copy link
Member

@Matyrobbrt Matyrobbrt commented Jun 19, 2024

@Matyrobbrt Matyrobbrt added the bug Something isn't working label Jun 19, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jun 19, 2024

  • Publish PR to GitHub Packages

Last commit published: 8c6227c23f98c0c342bc666d62f6a04806f8e68b.

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

@Matyrobbrt Matyrobbrt merged commit 8c145d6 into main Jun 19, 2024
3 checks passed
@Matyrobbrt Matyrobbrt deleted the fix-15 branch June 19, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot apply AT to field which as also been modified via AT group
1 participant