Update paperweight to 2.0.0-beta.4

This commit is contained in:
Jason Penilla
2024-12-15 21:09:46 -07:00
parent 43d4fa0543
commit e6559c5533
2 changed files with 1 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import io.papermc.paperweight.attribute.DevBundleOutput
import io.papermc.paperweight.core.ext
import io.papermc.paperweight.util.*
import java.time.Instant
@@ -50,12 +49,6 @@ tasks.generateDevelopmentBundle {
)
}
// TODO remove me again, this is just to not run setupMacheSource when patches change
tasks.setupMacheSources {
paperPatches.setFrom(project.ext.paper.sourcePatchDir.dir("com"), project.ext.paper.featurePatchDir)
// paperPatches.from(project.ext.paper.sourcePatchDir, project.ext.paper.featurePatchDir)
}
abstract class Services {
@get:Inject
abstract val softwareComponentFactory: SoftwareComponentFactory