File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ktlint_standard_property-naming = disabled
13
13
ktlint_class_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 2
14
14
ktlint_function_naming_ignore_when_annotated_with = Composable
15
15
ktlint_compose_unstable-collections = disabled
16
+ ktlint_standard_kdoc = disabled
16
17
17
18
[* .xml ]
18
19
indent_size = 4
Original file line number Diff line number Diff line change @@ -10,13 +10,16 @@ pluginManagement {
10
10
11
11
plugins {
12
12
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8.0"
13
- id " com.gradle.enterprise " version " 3.17.2"
13
+ id " com.gradle.develocity " version " 3.17.2"
14
14
}
15
15
16
- gradleEnterprise {
16
+ develocity {
17
17
buildScan {
18
- termsOfServiceUrl = " https://gradle.com/terms-of-service"
19
- termsOfServiceAgree = " yes"
18
+ termsOfUseUrl = " https://gradle.com/terms-of-service"
19
+ termsOfUseAgree = " yes"
20
+
21
+ uploadInBackground = System . getenv(" CI" ) == null
22
+ publishing { onlyIf { false } }
20
23
}
21
24
}
22
25
You can’t perform that action at this time.
0 commit comments