You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id("io.papermc.paperweight.userdev") version "1.7.1"// Check for new versions at https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
50
+
id("io.papermc.paperweight.userdev") version "<insert_latest_version>"
43
51
}
44
52
```
45
53
@@ -48,9 +56,8 @@ Only the latest version of `paperweight-userdev` is officially supported, and we
48
56
49
57
:::info[Snapshots]
50
58
51
-
**paperweight-userdev** releases are available through the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev), but if you
52
-
want to use SNAPSHOT versions, you must add Paper's Maven repository to `settings.gradle.kts` with:
53
-
```kotlin
59
+
**paperweight-userdev** SNAPSHOT (pre-release) versions are only available through Paper's Maven repository.
60
+
```kotlin title="settings.gradle.kts"
54
61
pluginManagement {
55
62
repositories {
56
63
gradlePluginPortal()
@@ -66,7 +73,7 @@ If you try to load your Gradle project now, you will receive an error saying you
66
73
a dev bundle dependency. You can do that by adding to your `dependencies` block in your `build.gradle.kts`
0 commit comments