Skip to content

Commit

Permalink
Enabling Develocity
Browse files Browse the repository at this point in the history
  • Loading branch information
trishagee committed Oct 23, 2023
1 parent 7eca54d commit eeaf353
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle

This file was deleted.

14 changes: 14 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.3"
}

gradleEnterprise {
server = "https://18.212.219.143.nip.io"
allowUntrustedServer = true
buildScan {
publishAlways()
}
}

rootProject.name = "spock-testing"

0 comments on commit eeaf353

Please sign in to comment.