Skip to content

Commit 62a3f36

Browse files
committed
Support errorprone and refactor template
Support errorprone and refactor template commit_hash:afd599e4961c3a21de0bace98155718fac4567a6
1 parent 4b67e3b commit 62a3f36

12 files changed

+381
-377
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
val bucketUsername: String by project
2+
val bucketPassword: String by project
3+
repositories {
4+
repositories {
5+
maven {
6+
url = uri("https://bucket.yandex-team.ru/v1/maven/central")
7+
credentials {
8+
username = "$bucketUsername"
9+
password = "$bucketPassword"
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)