2024-11-25 18:13:24 +01:00
|
|
|
--- settings.gradle.kts.bak 2024-11-25 18:06:58.849846016 +0100
|
|
|
|
+++ settings.gradle.kts 2024-11-25 18:07:14.506550205 +0100
|
|
|
|
@@ -55,7 +55,6 @@
|
2023-11-22 18:25:21 +01:00
|
|
|
}
|
|
|
|
|
2024-11-25 18:13:24 +01:00
|
|
|
plugins {
|
2023-11-22 18:25:21 +01:00
|
|
|
- `gradle-enterprise`
|
2024-11-25 18:13:24 +01:00
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
|
|
|
|
}
|
|
|
|
|
|
|
|
@@ -94,16 +93,6 @@
|
|
|
|
":dokka-subprojects:plugin-versioning",
|
2023-11-22 18:25:21 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
-val isCiBuild = System.getenv("GITHUB_ACTIONS") != null || System.getenv("TEAMCITY_VERSION") != null
|
|
|
|
-
|
|
|
|
-gradleEnterprise {
|
|
|
|
- buildScan {
|
|
|
|
- termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
|
|
- termsOfServiceAgree = "yes"
|
|
|
|
- publishAlwaysIf(isCiBuild)
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
2024-11-25 18:13:24 +01:00
|
|
|
// This hack is required for included build support.
|
|
|
|
// The name of the published artifact is `dokka-core`, but the module is named `core`.
|
|
|
|
// For some reason, dependency substitution doesn't work in this case. Maybe we fall under one of the unsupported
|