Publish the JST API artifact separately #36
Merged
NeoForged - PR Publishing / PR Publishing
succeeded
Jul 24, 2024 in 17s
PR Publishing - 3 artifacts
PR published 3 artifacts
net.neoforged.jst:jst-api:1.0.62-pr-36-publish-api
net.neoforged.jst:jst-cli:1.0.62-pr-36-publish-api
net.neoforged.jst:jst-cli-bundle:1.0.62-pr-36-publish-api
Details
The artifacts published by this PR:
- 📦
net.neoforged.jst:jst-api:1.0.62-pr-36-publish-api
- 📦
net.neoforged.jst:jst-cli:1.0.62-pr-36-publish-api
- 📦
net.neoforged.jst:jst-cli-bundle:1.0.62-pr-36-publish-api
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 #36' // https://github.com/neoforged/JavaSourceTransformer/pull/36
url 'https://prmaven.neoforged.net/JavaSourceTransformer/pr36'
content {
includeModule('net.neoforged.jst', 'jst-api')
includeModule('net.neoforged.jst', 'jst-cli')
includeModule('net.neoforged.jst', 'jst-cli-bundle')
}
}
}
Loading