Implement interface injections #33
Merged
NeoForged - PR Publishing / PR Publishing
succeeded
Jul 5, 2024 in 13s
PR Publishing - 2 artifacts
PR published 2 artifacts
net.neoforged.jst:jst-cli:1.0.61-pr-33-iface-injection
net.neoforged.jst:jst-cli-bundle:1.0.61-pr-33-iface-injection
Details
The artifacts published by this PR:
- 📦
net.neoforged.jst:jst-cli:1.0.61-pr-33-iface-injection
- 📦
net.neoforged.jst:jst-cli-bundle:1.0.61-pr-33-iface-injection
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 #33' // https://github.com/neoforged/JavaSourceTransformer/pull/33
url 'https://prmaven.neoforged.net/JavaSourceTransformer/pr33'
content {
includeModule('net.neoforged.jst', 'jst-cli')
includeModule('net.neoforged.jst', 'jst-cli-bundle')
}
}
}
Loading