Specify a build alias

Though I'm not sure where it's defined?
This commit is contained in:
2024-03-16 22:59:12 -07:00
parent 70be2cde86
commit 7b9e7acf82

View File

@@ -6,4 +6,7 @@
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
org.apache.tika/tika-core { :mvn/version "2.9.1" }
}
:aliases {
:build { :default-ns build }
}
}