PR Publishing
### The artifacts published by this PR:
- :package: [`net.neoforged:neoform-runtime:0.1.70-pr-30-iface-injection`](https://github.com/neoforged/NeoFormRuntime/packages/2197079)
### 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 #30' // https://github.com/neoforged/NeoFormRuntime/pull/30
url 'https://prmaven.neoforged.net/NeoFormRuntime/pr30'
content {
includeModule('net.neoforged', 'neoform-runtime')
}
}
}
```
See https://github.com/neoforged/JavaSourceTransformer/pull/33
Adds a new
--injected-interfaces
parameter used to specify the location of interface injection data files.