Skip to content

Commit

Permalink
[skip ci] Switch to paperweight v1.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Oct 8, 2023
1 parent 3d6bdf2 commit 8fe0c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("java-library")
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.7-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "1.5.7"
}

repositories {
Expand Down
16 changes: 1 addition & 15 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")

// temporary until new version with fork-fix is released
maven("https://repo.papermc.io/repository/maven-snapshots/") {
content {
includeGroupByRegex("io.papermc.paperweight.*")
}
}
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "CloudPlane"
Expand Down

0 comments on commit 8fe0c7c

Please sign in to comment.