Skip to content

Commit

Permalink
Merge pull request #186 from datastax/fix/dependency-resolution-grgit
Browse files Browse the repository at this point in the history
fix: add org.ajoberstar.grgit plugin to build.gradle to resolve dependency issue
  • Loading branch information
nikhil-ctds authored Oct 5, 2024
2 parents c70ef44 + 2c6d407 commit c09b2f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id 'application'
id "com.dorongold.task-tree" version "2.1.0"
id "jacoco"
id 'org.ajoberstar.grgit' version '4.1.1'
id "com.gorylenko.gradle-git-properties" version "2.3.1"
id "com.google.osdetector" version "1.7.0"
id "kr.motd.sphinx" version "2.10.1"
Expand Down Expand Up @@ -45,6 +46,7 @@ allprojects {
apply plugin: 'maven-publish'
apply plugin: 'com.google.osdetector'
apply plugin: 'com.github.hierynomus.license'
apply plugin: 'org.ajoberstar.grgit'
apply plugin: 'com.gorylenko.gradle-git-properties'
apply plugin: 'com.github.jk1.dependency-license-report'

Expand Down

0 comments on commit c09b2f0

Please sign in to comment.