Skip to content

Add a plugin for ATs#9

Merged
shartte merged 6 commits intomainfrom
ats
Apr 17, 2024
Merged

Add a plugin for ATs#9
shartte merged 6 commits intomainfrom
ats

Conversation

@Matyrobbrt
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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.

@shartte shartte merged commit 10d55e9 into main Apr 17, 2024
@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