elixir is kil

This commit is contained in:
mae
2025-10-08 23:16:14 -05:00
parent e58cc0a1a6
commit ec73bdabfa
13 changed files with 28 additions and 114 deletions

View File

@@ -23,13 +23,13 @@ tasks.build.configure {
dependsOn(":plt-build-wrapper:compileGo")
dependsOn(":plt-fetch:compileGo")
dependsOn(":plt-pkg:compileGo")
dependsOn(":plt-server:compileEx")
dependsOn(":plt-server:compileGo")
dependsOn(":plt-updated:compileGo")
}
tasks.test.configure {
dependsOn(":plt-build-wrapper:testGo")
dependsOn(":plt-fetch:testGo")
dependsOn(":plt-pkg:testGo")
dependsOn(":plt-server:testEx")
dependsOn(":plt-server:testGo")
dependsOn(":plt-updated:testGo")
}