File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 66 "gradlew" : " {source_dir}/gradlew -p {source_dir}"
77 },
88 "build_steps" : [
9- " {gradlew} assemble"
9+ " {gradlew} assemble --parallel "
1010 ],
1111 "test_steps" : [
1212 " {gradlew} publishToMavenLocal" ,
2020 "env" : {
2121 "JAVA_HOME" : " {java_home}"
2222 },
23- "hosts" : {
24- "ubuntu" : {
25- "packages" : [
26- " openjdk-8-jdk-headless"
27- ]
28- },
29- "debian" : {
30- "packages" : [
31- " openjdk-8-jdk-headless"
32- ]
33- }
34- },
3523 "upstream" : [
3624 {
3725 "name" : " smithy-kotlin"
3826 },
3927 {
4028 "name" : " aws-crt-kotlin"
4129 }
42- ]
30+ ],
31+ "variants" : {
32+ "codebuild-svc-check" : {
33+ "!imports" : [],
34+ "!test_steps" : [
35+ " {gradlew} test allTests"
36+ ]
37+ }
38+ }
4339}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-rc-2- bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments