Add logging #17
Merged
Add logging #17
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:
- 📦
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
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')
}
}
}
Loading