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 injections #33

Merged
merged 5 commits into from
Jul 5, 2024

Apply suggestions from code review

c019c52
Select commit
Loading
Failed to load commit list.
Merged

Implement interface injections #33

Apply suggestions from code review
c019c52
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Jul 5, 2024 in 13s

PR Publishing - 2 artifacts

PR published 2 artifacts
net.neoforged.jst:jst-cli:1.0.61-pr-33-iface-injection
net.neoforged.jst:jst-cli-bundle:1.0.61-pr-33-iface-injection

Details

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