Update build.gradle.kts
This commit is contained in:
parent
30edee5762
commit
7f3b5051b2
|
|
@ -16,7 +16,7 @@ buildscript {
|
||||||
|
|
||||||
val commitCount = run {
|
val commitCount = run {
|
||||||
val repo = FileRepository(rootProject.file(".git"))
|
val repo = FileRepository(rootProject.file(".git"))
|
||||||
val refId = repo.refDatabase.exactRef("refs/remotes/origin/lsp").objectId!!
|
val refId = repo.refDatabase.exactRef("refs/remotes/origin/master").objectId!!
|
||||||
Git(repo).log().add(refId).call().count()
|
Git(repo).log().add(refId).call().count()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue