@@ -14,38 +14,41 @@ buildParameters {
14
14
integer(" javaToolchainVersion" ) {
15
15
description = " Defines the Java toolchain version to use for compiling code"
16
16
}
17
- group(" buildCache" ) {
18
- string(" server" ) {
19
- description = " Remote build cache server address (protocol and hostname), e.g. https://eu-build-cache-ge.junit.org"
20
- }
21
- }
22
17
group(" documentation" ) {
23
18
description = " Parameters controlling how the documentation is built"
24
19
bool(" replaceCurrentDocs" ) {
25
20
description = " The documentation that is being deployed will replace what's currently deployed as 'current'"
26
21
defaultValue = false
27
22
}
28
23
}
29
- group(" develocity" ) {
30
- description = " Parameters controlling Gradle Enterprise features"
31
- group(" predictiveTestSelection" ) {
32
- bool(" enabled" ) {
33
- description = " Whether or not to use Predictive Test Selection for selecting tests to execute"
34
- defaultValue = true
35
- }
36
- }
37
- group(" testDistribution" ) {
38
- bool(" enabled" ) {
39
- description = " Whether or not to use Test Distribution for executing tests"
40
- defaultValue = false
41
- fromEnvironment()
24
+ group(" junit" ) {
25
+ group(" develocity" ) {
26
+ description = " Parameters controlling Develocity features"
27
+ group(" buildCache" ) {
28
+ string(" server" ) {
29
+ description =
30
+ " Remote build cache server address (protocol and hostname), e.g. https://eu-build-cache-ge.junit.org"
31
+ }
42
32
}
43
- integer(" maxLocalExecutors" ) {
44
- description = " How many local executors to use for executing tests"
45
- defaultValue = 1
33
+ group(" predictiveTestSelection" ) {
34
+ bool(" enabled" ) {
35
+ description = " Whether or not to use Predictive Test Selection for selecting tests to execute"
36
+ defaultValue = true
37
+ }
46
38
}
47
- integer(" maxRemoteExecutors" ) {
48
- description = " How many remote executors to request for executing tests"
39
+ group(" testDistribution" ) {
40
+ bool(" enabled" ) {
41
+ description = " Whether or not to use Test Distribution for executing tests"
42
+ defaultValue = false
43
+ fromEnvironment()
44
+ }
45
+ integer(" maxLocalExecutors" ) {
46
+ description = " How many local executors to use for executing tests"
47
+ defaultValue = 1
48
+ }
49
+ integer(" maxRemoteExecutors" ) {
50
+ description = " How many remote executors to request for executing tests"
51
+ }
49
52
}
50
53
}
51
54
}
0 commit comments