PR Publishing
### The artifacts published by this PR:
- :package: [`net.neoforged:neoform-runtime:0.1.55-pr-11-access-denied-errors`](https://github.com/neoforged/NeoFormRuntime/packages/2179419)
### Repository Declaration
In order to use the artifacts published by the PR, add the following repository to your buildscript:
```gradle
repositories {
maven {
name 'Maven for PR #11' // https://github.com/neoforged/NeoFormRuntime/pull/11
url 'https://prmaven.neoforged.net/NeoFormRuntime/pr11'
content {
includeModule('net.neoforged', 'neoform-runtime')
}
}
}
```
Last commit published: ac48efb1ffcc93d8fbe892cdb791c08288c7e11d.
PR Publishing
### The artifacts published by this PR: - :package: [`net.neoforged:neoform-runtime:0.1.55-pr-11-access-denied-errors`](https://github.com/neoforged/NeoFormRuntime/packages/2179419) ### Repository Declaration In order to use the artifacts published by the PR, add the following repository to your buildscript: ```gradle repositories { maven { name 'Maven for PR #11' // https://github.com/neoforged/NeoFormRuntime/pull/11 url 'https://prmaven.neoforged.net/NeoFormRuntime/pr11' content { includeModule('net.neoforged', 'neoform-runtime') } } } ```