More adjustments for project name changes
This commit is contained in:
parent
ecb210d3ef
commit
671d4ff2b2
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
shade(projects.paperweightLib)
|
||||
shade(projects.nuggetLib)
|
||||
|
||||
implementation(libs.bundles.kotson)
|
||||
}
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
shade(projects.paperweightLib)
|
||||
shade(projects.nuggetLib)
|
||||
implementation(libs.bundles.kotson)
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
shade(projects.paperweightLib)
|
||||
shade(projects.nuggetLib)
|
||||
implementation(libs.bundles.kotson)
|
||||
implementation(variantOf(libs.diffpatch) { classifier("all") }) {
|
||||
isTransitive = false
|
||||
|
|
Loading…
Reference in a new issue