Skip to content

Commit

Permalink
update paper and paperweight
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 20, 2024
1 parent 1ad2bc1 commit 0f493ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
paperweight {
upstreams.register("fork") {
repo = github("PaperMC", "paperweight-examples")
ref = "1e81199e6d070fec3e125d105869c6ccb9788870"
ref = "02b90eff99e1e79b0cbf6a713f36eb0d14397993"

patchFile {
path = "fork-server/build.gradle.kts"
Expand Down
2 changes: 1 addition & 1 deletion paperweight
Submodule paperweight updated 36 files
+0 −7 buildSrc/src/main/kotlin/config-kotlin.gradle.kts
+0 −6 buildSrc/src/main/kotlin/config-publish.gradle.kts
+3 −5 gradle/libs.versions.toml
+3 −1 paperweight-core/build.gradle.kts
+11 −5 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/PaperweightCore.kt
+0 −1 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/extension/PaperweightCoreExtension.kt
+15 −11 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/BundlerJarTasks.kt
+0 −2 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/DevBundleTasks.kt
+2 −2 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/PatchingTasks.kt
+19 −18 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/ServerPatchingTasks.kt
+16 −9 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/SoftSpoonTasks.kt
+0 −6 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/SpigotTasks.kt
+0 −1 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/FilterRepo.kt
+0 −1 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/ForkSetup.kt
+1 −6 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/SetupVanilla.kt
+1 −1 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/patching/ApplyFilePatches.kt
+1 −1 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/patching/ApplyFilePatchesFuzzy.kt
+5 −3 paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/patching/ApplySingleFilePatches.kt
+12 −12 paperweight-core/src/test/kotlin/io/papermc/paperweight/FunctionalTest.kt
+2 −1 paperweight-core/src/test/kotlin/io/papermc/paperweight/core/tasks/ApplyFilePatchesTest.kt
+0 −0 paperweight-core/src/test/resources/apply_patches/input/base/Test.java
+0 −0 paperweight-core/src/test/resources/apply_patches/input/patches/Test.java.patch
+0 −0 paperweight-core/src/test/resources/apply_patches/output/source/Test.java
+15 −4 paperweight-lib/build.gradle.kts
+3 −2 paperweight-lib/src/main/kotlin-templates/io/papermc/paperweight/util/LibraryVersions.kt.peb
+0 −11 paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/GenerateDevBundle.kt
+0 −1 paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/RemapJar.kt
+0 −143 paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/RemapSpigotAt.kt
+1 −4 paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/softspoon/ApplySourceATs.kt
+2 −0 paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/constants/constants.kt
+1 −1 paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/git.kt
+16 −0 paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/project-util.kt
+22 −11 paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/PaperweightUser.kt
+1 −1 paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/setup/SetupHandler.kt
+2 −2 paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/setup/SetupHandlerImpl.kt
+1 −1 paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/setup/UserdevSetup.kt

0 comments on commit 0f493ef

Please sign in to comment.