Skip to content

Commit

Permalink
Build: Bump com.palantir.gradle.gitversion:gradle-git-version from 1.…
Browse files Browse the repository at this point in the history
…0.0 to 3.0.0 (apache#7264)

* Build: Bump com.palantir.gradle.gitversion:gradle-git-version

Bumps [com.palantir.gradle.gitversion:gradle-git-version](https://github.com/palantir/gradle-git-version) from 1.0.0 to 3.0.0.
- [Release notes](https://github.com/palantir/gradle-git-version/releases)
- [Changelog](https://github.com/palantir/gradle-git-version/blob/develop/.changelog.yml)
- [Commits](palantir/gradle-git-version@1.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: com.palantir.gradle.gitversion:gradle-git-version
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove dependency to JGit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
  • Loading branch information
dependabot[bot] and nastra committed Jun 30, 2023
1 parent 1d88e80 commit 8af5b1d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ buildscript {
classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.5.0"
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:1.0.0'
classpath ('org.eclipse.jgit:org.eclipse.jgit') {
// gradle-git-version automatically uses a jgit version that requires JDK11
// so we need to enforce the latest jgit version that works with JDK8
version {
strictly('5.13.1.202206130422-r')
}
}
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
}
}

Expand Down

0 comments on commit 8af5b1d

Please sign in to comment.