Skip to content

Commit

Permalink
chore(gradle): replace grgit source
Browse files Browse the repository at this point in the history
SUITEDEV-29017

Co-authored-by: LordAndras <[email protected]>
  • Loading branch information
kovacszsoltizsolt and LordAndras committed Sep 16, 2021
1 parent 887fb1f commit 7cce4f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven {
name = 'ajoberstar-backup'
url = 'https://ajoberstar.org/bintray-backup/'
}
}
dependencies {
classpath "org.ajoberstar.grgit:grgit-gradle:4.1.0"
Expand Down

0 comments on commit 7cce4f0

Please sign in to comment.