gradle-git-versioning-plugin icon indicating copy to clipboard operation
gradle-git-versioning-plugin copied to clipboard

This extension will set project version, based on current Git branch or tag.

Results 18 gradle-git-versioning-plugin issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-configuration2&package-manager=gradle&previous-version=2.9.0&new-version=2.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.9.0.202403050737-r. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=gradle&previous-version=6.7.0.202309050840-r&new-version=6.9.0.202403050737-r)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies
java

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.3. Release notes Sourced from org.assertj:assertj-core's releases. v.3.25.3 :bug: Bug Fixes Lock maven-clean-plugin version for all modules Core Fix a performance regression in the recursive...

dependencies
java

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies
java

For commits after the release tag (e.g. v1.4.4), we would like to have the next version proposed with SNAPSHOT (e.g. 1.4.5-SNAPSHOT). Currently, it is required to write: ``` refs {...

enhancement

Converts the build files to use the Kotlin DSL Additionally * bumps Gradle to 7.6 * enables Gradle Build & Configuration cache (improved build speeds, on CI & also when...

enhancement

Trying to create a template repository for teams to create projects from and I'm finding that the describe.tag doesn't quite work with the placeholder default values functionality. My configuration ```...

enhancement

Since `Gradle 8.1`, any `exec` command that is not done trough `providers` is forgiven at configuration time: ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache...

bug

Add some basic functional tests WIP: - [ ] add utils for initialising a git repo in the test project dir Depends on: * #100 * #102