phoenixd_enclave/buildSrc/build.gradle.kts
Dominique Padiou 9d460eeee5
Add version in log, command and api
A task has been added to generate a BuildVersions file
when building the project. Project's version can be
found in that file at runtime.

Also centralized declaration of the dependencies
versions to buildSrc.
2024-03-20 16:02:48 +01:00

6 lines
64 B
Plaintext

repositories {
mavenCentral()
}
plugins {
`kotlin-dsl`
}