Skip to content

Commit

Permalink
Merge pull request #148 from kilink/build-fix
Browse files Browse the repository at this point in the history
Fix build issues related to missing grgit-core artifact
  • Loading branch information
asibross authored Oct 7, 2024
2 parents 7b54d1b + d584b89 commit 95cb6ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ buildscript {
repositories {
mavenCentral()
}
configurations.all {
resolutionStrategy {
force 'org.ajoberstar.grgit:grgit-core:4.1.1'
}
}
}

plugins {
Expand Down

0 comments on commit 95cb6ab

Please sign in to comment.