Adjust for style check.
This commit is contained in:
parent
c31fa270d1
commit
17520e5285
|
|
@ -1,7 +1,7 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "org.skywalking.apm";
|
||||
option java_package = "org.skywalking.apm.network.trace.proto";
|
||||
|
||||
service TraceSegmentService {
|
||||
rpc collect (TraceSegmentObject) returns (CollectResult) {
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -178,7 +178,7 @@
|
|||
</formats>
|
||||
<instrumentation>
|
||||
<excludes>
|
||||
<exclude>org/skywalking/apm/trace/proto/*.class</exclude>
|
||||
<exclude>org/skywalking/apm/network/trace/proto/*.class</exclude>
|
||||
</excludes>
|
||||
</instrumentation>
|
||||
</configuration>
|
||||
|
|
@ -203,6 +203,7 @@
|
|||
<encoding>UTF-8</encoding>
|
||||
<consoleOutput>true</consoleOutput>
|
||||
<failsOnError>true</failsOnError>
|
||||
<excludes>org/skywalking/apm/network/**/*.class</excludes>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
|
|
|
|||
Loading…
Reference in New Issue