Skip to content

Commit 06083e3

Browse files
committed
[Java] Add build script repositories.
1 parent 6c3de23 commit 06083e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
buildscript {
17+
repositories {
18+
mavenCentral()
19+
}
20+
}
21+
1622
plugins {
1723
id 'java'
1824
id 'com.github.johnrengelman.shadow' version '2.0.2' apply false

0 commit comments

Comments
 (0)