Skip to content

Commit e99daa3

Browse files
committed
do not run jvmTests when building
1 parent dfbc88b commit e99daa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-crt-kotlin",
33
"packages": [],
44
"build_steps": [
5-
"./gradlew -x test -x allTests build"
5+
"./gradlew -x test -x allTests -x jvmTest build"
66
],
77
"test_steps": [
88
"./gradlew test allTests"
@@ -35,7 +35,7 @@
3535
"s2n"
3636
],
3737
"!build_steps": [
38-
"./gradlew -x test -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
38+
"./gradlew -x test -x allTests -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
3939
],
4040
"!test_steps": [
4141
"./gradlew test allTests -Dlibcrypto.path={libcrypto_path}"

0 commit comments

Comments
 (0)