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

Publish the JST API artifact separately #36

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Publish the JST API artifact separately #36

merged 1 commit into from
Jul 24, 2024

Conversation

Matyrobbrt
Copy link
Member

Document custom source transformers, and remove the dependencies on the builtin transformers from the jst-cli publication.

Document custom source transformers, and remove the dependencies on the builtin transformers from the `jst-cli` publication.
@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Jul 24, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jul 24, 2024

  • Publish PR to GitHub Packages

Last commit published: 6fa008e3cdaa4524e3d66a026cd44e634fdbfbae.

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

@shartte shartte merged commit 8d629bd into main Jul 24, 2024
3 checks passed
@shartte shartte deleted the publish-api branch July 24, 2024 20:06
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