Skip to content

Commit

Permalink
Merge branch '3.1.x' of github.com:freefair/okhttp-spring-boot into 3…
Browse files Browse the repository at this point in the history
….2.x
  • Loading branch information
larsgrefer committed Aug 13, 2023
2 parents 52bf956 + 526d4b8 commit bec672c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ pluginManagement {

plugins {
id "io.freefair.settings.plugin-versions" version "8.2.2"
id "com.gradle.enterprise" version "3.14.1"
}

boolean isCiServer = System.getenv().containsKey("CI")

gradleEnterprise {
if (isCiServer) {
buildScan {
Expand Down

0 comments on commit bec672c

Please sign in to comment.