Add a portfolio entry for NBT Editor, and update all dependencies.

This commit is contained in:
zontreck 2025-01-30 20:10:29 -07:00
parent 9e5ab72b94
commit 071a5ccea4
37 changed files with 247 additions and 117 deletions

View file

@ -5,12 +5,12 @@ allprojects {
}
}
rootProject.buildDir = '../build'
rootProject.buildDir = "../build"
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
project.evaluationDependsOn(":app")
}
tasks.register("clean", Delete) {