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

Implement interface injection #30

Merged
merged 4 commits into from
Jul 5, 2024
Merged

Implement interface injection #30

merged 4 commits into from
Jul 5, 2024

Conversation

Matyrobbrt
Copy link
Member

See neoforged/JavaSourceTransformer#33

Adds a new --injected-interfaces parameter used to specify the location of interface injection data files.

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Jul 5, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jul 5, 2024

  • Publish PR to GitHub Packages

Last commit published: 2a4dd637ff233c9bf89fa93f0a499fe3ac370ce4.

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 #30' // https://github.com/neoforged/NeoFormRuntime/pull/30
        url 'https://prmaven.neoforged.net/NeoFormRuntime/pr30'
        content {
            includeModule('net.neoforged', 'neoform-runtime')
        }
    }
}

@shartte shartte marked this pull request as ready for review July 5, 2024 21:08
@shartte shartte self-requested a review July 5, 2024 21:08
@shartte shartte merged commit 9248302 into main Jul 5, 2024
2 checks passed
@shartte shartte deleted the iface-injection branch July 5, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants