Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6675636b796f75676974687562 committed Mar 2, 2023
2 parents 2a5326c + 920019f commit 29bff06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multiplatform-diff = "0.4.0"
kotlinpoet = "1.12.0"
kotest = "5.5.5"
sarif4k = "0.3.0"
sarif-utils = "0.2.0"
sarif-utils = "0.2.1"
log4j = "2.20.0"

[plugins]
Expand Down
21 changes: 21 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,24 @@ dependencyResolutionManagement {
}
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}

plugins {
id("com.gradle.enterprise") version "3.12.3"
}

gradleEnterprise {
if (System.getenv("CI") != null) {
buildScan {
publishAlways()
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
}

0 comments on commit 29bff06

Please sign in to comment.