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 66ae25b commit 9bcbfd1Copy full SHA for 9bcbfd1
CMakeLists.txt
@@ -97,7 +97,7 @@ if(EXISTS "${SBE_JAR}")
97
else()
98
message("Generating SBE jar")
99
execute_process(
100
- COMMAND ./gradlew build -x check -x javadoc --info --stacktrace :sbe-all:build
+ COMMAND ./gradlew build -x test -x check -x javadoc --info --stacktrace :sbe-all:build
101
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
102
)
103
endif()
0 commit comments