chore(knowledge): move canonical docs to shared SoMC wiki
CI / build (push) Successful in 3m19s
Release / release (push) Successful in 4m50s

This commit is contained in:
dmg
2026-09-09 23:18:21 -04:00
parent 1addc93062
commit d0000810c1
13 changed files with 5 additions and 497 deletions
-8
View File
@@ -46,11 +46,3 @@ tasks.processResources {
expand("version" to pluginVersion)
}
}
tasks.register<Exec>("validateOkf") {
commandLine("./scripts/validate-okf.sh")
}
tasks.check {
dependsOn("validateOkf")
}