PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error after updating the version of paperweight on a gradle project.

portlek opened this issue · comments

From:

id("io.papermc.paperweight.userdev") version "1.2.1-SNAPSHOT" apply false

To:

id("io.papermc.paperweight.userdev") version "1.3.1" apply false
> Failed to create service 'paperweight-userdev:setupService:ee1b519c083d11a243b92f6e440f847b7645e6dd02630d7806293f44164bb885'.
   > Could not create an instance of type io.papermc.paperweight.userdev.internal.setup.UserdevSetup.
      > The paperweight development bundle you are attempting to use is of data version '2', but the currently running version of paperweight only supports data version '3'.

I clear everything related paper and reinstall my project but i still get the same error.

The paperweight development bundle you are attempting to use is of data version '2', but the currently running version of paperweight only supports data version '3'.

wrong version of paper for that version of the plugin