Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
git-commit-id
/
git-commit-id-gradle-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
13
Code
Issues
1
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
git-commit-id-gradle-plugin
.github
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2026
Merge pull request #31 from git-commit-id/dependabot/github_actions/actions/checkout-6
Show description for b378fca
TheSnoozer
authored
b378fca
View commit details
Copy full SHA for b378fca
View code at this point
Browse repository at this point
Merge pull request #32 from git-commit-id/dependabot/github_actions/actions/setup-java-5
Show description for 3abe6d2
TheSnoozer
authored
3abe6d2
View commit details
Copy full SHA for 3abe6d2
View code at this point
Browse repository at this point
correct branch in release workflow
TheSnoozer
committed
8bd287e
View commit details
Copy full SHA for 8bd287e
View code at this point
Browse repository at this point
attempt to define the release workflow
TheSnoozer
committed
e7cfb8a
View commit details
Copy full SHA for e7cfb8a
View code at this point
Browse repository at this point
have the tests pass on the releaseVersion we are testing
TheSnoozer
committed
0b999ae
View commit details
Copy full SHA for 0b999ae
View code at this point
Browse repository at this point
attempt to make integration tests work
TheSnoozer
committed
398a74b
View commit details
Copy full SHA for 398a74b
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
Java 26 (major version 70) requires Gradle 9.4+
TheSnoozer
committed
29cfd6c
View commit details
Copy full SHA for 29cfd6c
View code at this point
Browse repository at this point
use sed to downgrade gradle as even the gradle wrapper requires java 17
TheSnoozer
committed
e5cabe6
View commit details
Copy full SHA for e5cabe6
View code at this point
Browse repository at this point
./gradle: Is a directory; meant to be a gradlew
TheSnoozer
committed
257fb23
View commit details
Copy full SHA for 257fb23
View code at this point
Browse repository at this point
Bump actions/setup-java from 4 to 5
Show description for d223ae5
dependabot[bot]
authored
d223ae5
View commit details
Copy full SHA for d223ae5
View code at this point
Browse repository at this point
Bump actions/checkout from 4 to 6
Show description for 441886f
dependabot[bot]
authored
441886f
View commit details
Copy full SHA for 441886f
View code at this point
Browse repository at this point
try to make tests work
TheSnoozer
committed
f4ac13e
View commit details
Copy full SHA for f4ac13e
View code at this point
Browse repository at this point
update gradle versions
TheSnoozer
committed
ffed52e
View commit details
Copy full SHA for ffed52e
View code at this point
Browse repository at this point
add tests for java 22,23,34,25,26
TheSnoozer
committed
7d3863b
View commit details
Copy full SHA for 7d3863b
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
Bump actions/setup-java from 3 to 4
Show description for 71c0d94
dependabot[bot]
authored
71c0d94
View commit details
Copy full SHA for 71c0d94
View code at this point
Browse repository at this point
add tests for java 21
TheSnoozer
committed
451caa1
View commit details
Copy full SHA for 451caa1
View code at this point
Browse repository at this point
update gralde versions for which we run tests, no need to run tests with every gradle version just use the latest patch available for a given minor
TheSnoozer
committed
d204c20
View commit details
Copy full SHA for d204c20
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
Bump actions/checkout from 3 to 4
Show description for a7cb2ed
dependabot[bot]
authored
a7cb2ed
View commit details
Copy full SHA for a7cb2ed
View code at this point
Browse repository at this point
Commits on May 6, 2023
disable tests for gradle 5.1, 5.2, 5.2.1; plugin required gradl 5.3 or newer
TheSnoozer
committed
8eba94c
View commit details
Copy full SHA for 8eba94c
View code at this point
Browse repository at this point
do not fail fast
TheSnoozer
committed
b8809bc
View commit details
Copy full SHA for b8809bc
View code at this point
Browse repository at this point
list all java versions we want to test
TheSnoozer
committed
2e0d329
View commit details
Copy full SHA for 2e0d329
View code at this point
Browse repository at this point
exclude gradle 5.0 since it doesn't support conventions
TheSnoozer
committed
f388873
View commit details
Copy full SHA for f388873
View code at this point
Browse repository at this point
the checkout has a post action that cleansup after us, so no need to manually delete anything
TheSnoozer
committed
afb668f
View commit details
Copy full SHA for afb668f
View code at this point
Browse repository at this point
add a bunch of gradle versions for integration tests
TheSnoozer
committed
a6f1cf9
View commit details
Copy full SHA for a6f1cf9
View code at this point
Browse repository at this point
use the git-commit-id-gradle-debugging as template since mktemp requires the tempdir to exists, which isn't the case
TheSnoozer
committed
1594d85
View commit details
Copy full SHA for 1594d85
View code at this point
Browse repository at this point
correct PATHs once again...
TheSnoozer
committed
d4b9535
View commit details
Copy full SHA for d4b9535
View code at this point
Browse repository at this point
correct PATHs once again...
TheSnoozer
committed
4242f36
View commit details
Copy full SHA for 4242f36
View code at this point
Browse repository at this point
place the new temp dir under /home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin since cloning allows us only to clone into those dirs
TheSnoozer
committed
968c7e9
View commit details
Copy full SHA for 968c7e9
View code at this point
Browse repository at this point
try using a temp dir for more persistent directories
TheSnoozer
committed
b4e9d13
View commit details
Copy full SHA for b4e9d13
View code at this point
Browse repository at this point
use concrete paths
TheSnoozer
committed
2e926ca
View commit details
Copy full SHA for 2e926ca
View code at this point
Browse repository at this point
define concrete paths for integration tests
TheSnoozer
committed
2908755
View commit details
Copy full SHA for 2908755
View code at this point
Browse repository at this point
use publication to local repo instead of publish to maven local
TheSnoozer
committed
5929489
View commit details
Copy full SHA for 5929489
View code at this point
Browse repository at this point
try the required directive for the signing task to skip it when we publish to local
TheSnoozer
committed
d6bee20
View commit details
Copy full SHA for d6bee20
View code at this point
Browse repository at this point
instead of launching an actual gradle process use jgit to create temporary git directories
TheSnoozer
committed
b2d798c
View commit details
Copy full SHA for b2d798c
View code at this point
Browse repository at this point
set dummy gi username and usermail for integration tests that create commits on the fly
TheSnoozer
committed
e9a26d2
View commit details
Copy full SHA for e9a26d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.