We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbc88b commit e99daa3Copy full SHA for e99daa3
builder.json
@@ -2,7 +2,7 @@
2
"name": "aws-crt-kotlin",
3
"packages": [],
4
"build_steps": [
5
- "./gradlew -x test -x allTests build"
+ "./gradlew -x test -x allTests -x jvmTest build"
6
],
7
"test_steps": [
8
"./gradlew test allTests"
@@ -35,7 +35,7 @@
35
"s2n"
36
37
"!build_steps": [
38
- "./gradlew -x test -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
+ "./gradlew -x test -x allTests -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
39
40
"!test_steps": [
41
"./gradlew test allTests -Dlibcrypto.path={libcrypto_path}"
0 commit comments