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 a plugin for ATs #9

Merged
merged 6 commits into from
Apr 17, 2024
Merged

Add a plugin for ATs #9

merged 6 commits into from
Apr 17, 2024

Conversation

Matyrobbrt
Copy link
Member

This allows not running decomp again when changing an AT.

@Matyrobbrt Matyrobbrt added enhancement New feature or request new plugin This request is for a new JST plugin labels Apr 14, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Apr 14, 2024

  • Publish PR to GitHub Packages

Last commit published: 3a52fde222cd23130ec02a9d6385e115487603e4.

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


public class ATsTransformer implements SourceTransformer {

@CommandLine.Option(names = "--access-transformer", required = true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about required=true here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea how it works with lists actually, I need to test it.

settings.gradle Outdated Show resolved Hide resolved
@shartte shartte merged commit 10d55e9 into main Apr 17, 2024
2 checks passed
@shartte shartte deleted the ats branch April 17, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new plugin This request is for a new JST plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants