Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Migrate to Develocity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 8, 2024
1 parent 0e5646c commit 57700e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
plugins {
id("com.gradle.enterprise") version "3.17"
id("com.gradle.develocity") version "3.17"
}

gradleEnterprise {
develocity {
server = "https://ge.junit.org"
buildScan {
publishAlways()
}
}

rootProject.name = "junit-wrapper-upgrade"

0 comments on commit 57700e4

Please sign in to comment.