Skip to content

paperweight requires a development bundle to be added to the 'paperweightDevelopmentBundle' #277

@Ibramsou

Description

@Ibramsou
plugins {
    id("io.papermc.paperweight.userdev") version "2.0.0-beta.11"
}

repositories {
    maven {
        uri("https://repo.papermc.io/repository/maven-public/")
    }
}

dependencies {
    // Other Dependencies
    paperweight.paperDevBundle("1.21.4-R0.1-SNAPSHOT")
}

tasks.assemble {
    dependsOn(tasks.reobfJar)
}

Error:

A problem occurred configuring project ':nms:v1_21_R1'.
> Failed to notify project evaluation listener.
   > paperweight requires a development bundle to be added to the 'paperweightDevelopmentBundle' configuration, as well as a repository to resolve it from in order to function. Use the dependencies.paperweight extension to do this easily.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions