Skip to content

Non-minecraft dependency not being added to classpath #279

@HamsterSpaceNerd3000

Description

@HamsterSpaceNerd3000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions