Skip to content

Commit

Permalink
Add Develocity (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Dec 20, 2024
1 parent d9ace22 commit eb87a8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ dependencyResolutionManagement {
mavenCentral()
}
}

plugins {
id("com.gradle.develocity") version "3.19"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
}

develocity {
buildScan {
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
publishing.onlyIf { true }
uploadInBackground.set(false)
}
}


rootProject.name = "nowinandroid"

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit eb87a8d

Please sign in to comment.