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 logging #17

Merged
merged 4 commits into from
Jun 19, 2024

Review comments

7ef60c9
Select commit
Loading
Failed to load commit list.
Merged

Add logging #17

Review comments
7ef60c9
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Jun 19, 2024 in 12s

PR Publishing - 2 artifacts

PR published 2 artifacts
net.neoforged.jst:jst-cli-bundle:1.0.45-pr-17-add-logging
net.neoforged.jst:jst-cli:1.0.45-pr-17-add-logging

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