diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-01-27 21:22:59 +0000 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-01-27 21:33:17 +0000 |
| commit | 8a9c9638c51d6b2834ac5d57585b7814f5a9d698 (patch) | |
| tree | a570071ff6d3f601327d4ec9a06277e963bdcced /build.gradle.kts | |
| parent | b67096636fd6ef518ee624a0797d38d474aeebee (diff) | |
build: Allow version to be overridable
This change updates the Gradle configuration to allow the user to
overide the version number OpenDC will use when producing the build
artifacts.
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 42a7f366..1a64b77e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,3 +24,6 @@ plugins { `dokka-conventions` `jacoco-aggregation` } + +group = "org.opendc" +version = "3.0-SNAPSHOT" |
