Skip to content

Commit

Permalink
Remove paperweight userdev, update cloud to 2.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Jul 24, 2024
1 parent 724439d commit 219ba03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion AreaShop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
api("com.google.inject.extensions:guice-assistedinject:7.0.0") {
exclude("com.google.guava")
}
implementation("org.incendo:cloud-paper:2.0.0-SNAPSHOT") {
implementation("org.incendo:cloud-paper:2.0.0-beta.8") {
exclude("com.google.guava")
}
implementation("org.incendo:cloud-processors-confirmation:1.0.0-beta.3") {
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
java
`java-library`
`maven-publish`
id("io.papermc.paperweight.userdev") version "1.7.0" apply false
id("com.github.spotbugs") version "5.1.3"
idea
eclipse
Expand Down

0 comments on commit 219ba03

Please sign in to comment.