I'm trying to add GraalPy to my mod as a dependency. The stuff in the docs is outdated for gradle 9.
Here's what I got rn in my configureEach run
`configureEach {
systemProperty 'forge.logging.markers', 'REGISTRIES'
dependencies {
runtimeOnly files(project.configurations.graalLibraries)
}
logLevel = org.slf4j.event.Level.DEBUG
}`
In honesty I'm not very sure whats wrong aside from that graalvm isn't being added to the classpath
I'm trying to add GraalPy to my mod as a dependency. The stuff in the docs is outdated for gradle 9.
Here's what I got rn in my configureEach run
`configureEach {
systemProperty 'forge.logging.markers', 'REGISTRIES'
In honesty I'm not very sure whats wrong aside from that graalvm isn't being added to the classpath