Skip to content

Commit

Permalink
Merge pull request #1096 from DataDog/RUMM-2579-snapshot-builds
Browse files Browse the repository at this point in the history
Add version to top level project for nexusPublishing extension
  • Loading branch information
fuzzybinary authored Oct 21, 2022
2 parents abb21ef + 21cf147 commit 3cf6fac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import com.datadog.gradle.config.nightlyTestsCoverageConfig
import com.datadog.gradle.config.AndroidConfig

/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
Expand All @@ -12,6 +13,8 @@ plugins {
id("org.jetbrains.kotlinx.kover")
}

version = AndroidConfig.VERSION.name

buildscript {
repositories {
google()
Expand Down

0 comments on commit 3cf6fac

Please sign in to comment.