More adjustments for project name changes

This commit is contained in:
zontreck 2024-10-15 02:34:16 -07:00
parent ecb210d3ef
commit 671d4ff2b2
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
dependencies {
shade(projects.paperweightLib)
shade(projects.nuggetLib)
implementation(libs.bundles.kotson)
}

View file

@ -70,7 +70,7 @@ class PaperweightCore : Plugin<Project> {
target.configurations.create(DECOMPILER_CONFIG)
target.configurations.create(PAPERCLIP_CONFIG)
if (target.providers.gradleProperty("paperweight.dev").orNull == "true") {
if (target.providers.gradleProperty("nugget.dev").orNull == "true") {
target.tasks.register<CreateDiffOutput>("diff") {
inputDir.convention(ext.paper.paperServerDir.map { it.dir("src/main/java") })
val prop = target.providers.gradleProperty("paperweight.diff.output")

View file

@ -4,7 +4,7 @@ plugins {
}
dependencies {
shade(projects.paperweightLib)
shade(projects.nuggetLib)
implementation(libs.bundles.kotson)
}

View file

@ -4,7 +4,7 @@ plugins {
}
dependencies {
shade(projects.paperweightLib)
shade(projects.nuggetLib)
implementation(libs.bundles.kotson)
implementation(variantOf(libs.diffpatch) { classifier("all") }) {
isTransitive = false