File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
main/java/io/grpc/annotations/checkers
test/java/io/grpc/annotations/checkers Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
22
22
23
23
dependencies {
24
24
compile ' io.grpc:grpc-core:1.10.0'
25
- apt ' io.grpc.tools :grpc-java-api-checker:1.0-SNAPSHOT'
25
+ apt ' io.grpc:grpc-java-api-checker:1.0-SNAPSHOT'
26
26
}
27
27
28
28
configurations. errorprone {
Original file line number Diff line number Diff line change 28
28
<target >1.8</target >
29
29
<annotationProcessorPaths >
30
30
<path >
31
- <groupId >io.grpc.tools </groupId >
31
+ <groupId >io.grpc</groupId >
32
32
<artifactId >grpc-java-api-checker</artifactId >
33
33
<version >1.0-SNAPSHOT</version >
34
34
</path >
Original file line number Diff line number Diff line change 17
17
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
18
18
<modelVersion >4.0.0</modelVersion >
19
19
20
- <groupId >io.grpc.tools </groupId >
20
+ <groupId >io.grpc</groupId >
21
21
<artifactId >grpc-java-api-checker</artifactId >
22
22
<version >1.0.0</version >
23
23
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .grpc .tools .checkers ;
17
+ package io .grpc .annotations .checkers ;
18
18
19
19
import static com .google .common .base .Preconditions .checkNotNull ;
20
20
import static com .google .errorprone .matchers .Description .NO_MATCH ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .grpc .tools .checkers ;
17
+ package io .grpc .annotations .checkers ;
18
18
19
19
import com .google .auto .service .AutoService ;
20
20
import com .google .errorprone .BugPattern ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .grpc .tools .checkers ;
17
+ package io .grpc .annotations .checkers ;
18
18
19
19
import com .google .auto .service .AutoService ;
20
20
import com .google .errorprone .BugPattern ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .grpc .tools .checkers ;
17
+ package io .grpc .annotations .checkers ;
18
18
19
19
import com .google .errorprone .CompilationTestHelper ;
20
20
import org .junit .Before ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .grpc .tools .checkers ;
17
+ package io .grpc .annotations .checkers ;
18
18
19
19
import com .google .errorprone .CompilationTestHelper ;
20
20
import org .junit .Before ;
You can’t perform that action at this time.
0 commit comments