|
1 |
| -# Copyright 2018 Google Inc. |
| 1 | +# Copyright 2018 Google LLC |
2 | 2 | #
|
3 | 3 | # Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 4 | # you may not use this file except in compliance with the License.
|
@@ -31,7 +31,6 @@ CORE = [
|
31 | 31 | "NonFastForwardRepositoryException.java",
|
32 | 32 | "RebaseConflictException.java",
|
33 | 33 | "Refspec.java",
|
34 |
| - "GitOptions.java", |
35 | 34 | ]
|
36 | 35 |
|
37 | 36 | CREDS = [
|
@@ -123,6 +122,34 @@ java_library(
|
123 | 122 | ],
|
124 | 123 | )
|
125 | 124 |
|
| 125 | +java_library( |
| 126 | + name = "git_options", |
| 127 | + srcs = [ |
| 128 | + "GitOptions.java", |
| 129 | + ], |
| 130 | + javacopts = JAVACOPTS, |
| 131 | + deps = [ |
| 132 | + ":core", |
| 133 | + ":environment", |
| 134 | + "//java/com/google/copybara:base", |
| 135 | + "//java/com/google/copybara:general_options", |
| 136 | + "//java/com/google/copybara/authoring", |
| 137 | + "//java/com/google/copybara/credentials", |
| 138 | + "//java/com/google/copybara/exception", |
| 139 | + "//java/com/google/copybara/jcommander:splitters", |
| 140 | + "//java/com/google/copybara/jcommander:validators", |
| 141 | + "//java/com/google/copybara/revision", |
| 142 | + "//java/com/google/copybara/util", |
| 143 | + "//third_party:error_prone", |
| 144 | + "//third_party:flogger", |
| 145 | + "//third_party:guava", |
| 146 | + "//third_party:jcommander", |
| 147 | + "//third_party:jsr305", |
| 148 | + "//third_party:re2j", |
| 149 | + "//third_party:shell", |
| 150 | + ], |
| 151 | +) |
| 152 | + |
126 | 153 | java_library(
|
127 | 154 | name = "creds",
|
128 | 155 | srcs = CREDS,
|
|
0 commit comments