File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,5 @@ language: java
22jdk :
33 - oraclejdk8
44
5- script : ./buildall.sh
6-
75after_success :
86 - bash <(curl -s https://codecov.io/bash)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343 <!-- Checks for Headers -->
4444 <!-- See http://checkstyle.sf.net/config_header.html -->
4545 <module name =" Header" >
46- <property name =" headerFile" value =" ../ checkstyle-header.txt" />
46+ <property name =" headerFile" value =" checkstyle-header.txt" />
4747 <property name =" fileExtensions" value =" java" />
4848 </module >
4949
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+
6+ <groupId >com.salesforce.servicelibs</groupId >
7+ <artifactId >grpc-contrib-top</artifactId >
8+ <packaging >pom</packaging >
9+ <version >1.0-SNAPSHOT</version >
10+
11+ <modules >
12+ <module >contrib</module >
13+ <module >jprotoc</module >
14+ <module >demos</module >
15+ </modules >
16+
17+ </project >
You can’t perform that action at this time.
0 commit comments