Skip to content

Commit 153fc8c

Browse files
committed
[Java] Tidy up after merge of PR #623.
1 parent ab19cee commit 153fc8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2013-2017 Real Logic Ltd.
2+
# Copyright 2013-2018 Real Logic Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -107,7 +107,7 @@ file(GLOB_RECURSE SBE_SOURCES
107107
)
108108

109109
add_custom_command(OUTPUT ${SBE_JAR}
110-
COMMAND ./gradlew build -x check -x javadoc --info --stacktrace :sbe-all:build
110+
COMMAND ./gradlew build -x check -x javadoc :sbe-all:build
111111
DEPENDS ${SBE_SOURCES}
112112
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
113113
COMMENT "Generating SBE jar"

sbe-tool/src/main/cpp/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ add_custom_command(OUTPUT ${CODECS}
4949
)
5050

5151
add_custom_target(
52-
ir_codecs
53-
DEPENDS ${CODECS}
52+
ir_codecs
53+
DEPENDS ${CODECS}
5454
)
5555

5656
set(HEADERS
57-
sbe/sbe.h
57+
sbe/sbe.h
5858
otf/IrDecoder.h
5959
otf/Token.h
6060
otf/Encoding.h

0 commit comments

Comments
 (0)