Skip to content

Commit

Permalink
Force grgir-core 4.1.1 over 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Jul 18, 2024
1 parent 6580c67 commit 3c02fb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
* limitations under the License.
*/

// Works around missing 4.0.1 of grgit-core.
buildscript {
dependencies {
classpath 'org.ajoberstar.grgit:grgit-core:4.1.1'
}
}

plugins {
id 'net.nemerosa.versioning' version '2.15.1' apply false
id 'com.github.ben-manes.versions' version '0.50.0' apply false
Expand Down

0 comments on commit 3c02fb3

Please sign in to comment.