mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update paperweight to 2.0.0-beta.4
This commit is contained in:
@@ -11,7 +11,7 @@ import java.nio.file.Path
|
|||||||
import kotlin.random.Random
|
import kotlin.random.Random
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("io.papermc.paperweight.core") version "2.0.0-beta.3" apply false
|
id("io.papermc.paperweight.core") version "2.0.0-beta.4" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
import io.papermc.paperweight.attribute.DevBundleOutput
|
import io.papermc.paperweight.attribute.DevBundleOutput
|
||||||
import io.papermc.paperweight.core.ext
|
|
||||||
import io.papermc.paperweight.util.*
|
import io.papermc.paperweight.util.*
|
||||||
import java.time.Instant
|
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 {
|
abstract class Services {
|
||||||
@get:Inject
|
@get:Inject
|
||||||
abstract val softwareComponentFactory: SoftwareComponentFactory
|
abstract val softwareComponentFactory: SoftwareComponentFactory
|
||||||
|
Reference in New Issue
Block a user