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
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2026
improve docs
TheSnoozer
committed
0cbfee2
View commit details
Copy full SHA for 0cbfee2
View code at this point
Browse repository at this point
properly wire task dependency with processResources instead of Java source dir
Show description for baa9733
TheSnoozer
committed
baa9733
View commit details
Copy full SHA for baa9733
View code at this point
Browse repository at this point
use TaskProvider for lazy task registration instead of eager create()
Show description for 537696a
TheSnoozer
committed
537696a
View commit details
Copy full SHA for 537696a
View code at this point
Browse repository at this point
PropertyExposingClosure returns empty properties when output file doesn't exist yet
Show description for 072bb9d
TheSnoozer
committed
072bb9d
View commit details
Copy full SHA for 072bb9d
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
the plugin will generate a file so it should be marked as OutputFile
TheSnoozer
committed
548475c
View commit details
Copy full SHA for 548475c
View code at this point
Browse repository at this point
update to the latest io.github.git-commit-id:git-commit-id-plugin-core:6.2.0
TheSnoozer
committed
eeb3cb7
View commit details
Copy full SHA for eeb3cb7
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
Commits on Mar 24, 2024
declare the output file as input to see if this fixes the Source directory '..../build/git.properties' is not a directory.
TheSnoozer
committed
4dc6746
View commit details
Copy full SHA for 4dc6746
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
add a note why the shouldGenerateOutputFile switch is missing
TheSnoozer
committed
504d879
View commit details
Copy full SHA for 504d879
View code at this point
Browse repository at this point
make checkstyle happy
TheSnoozer
committed
107b820
View commit details
Copy full SHA for 107b820
View code at this point
Browse repository at this point
bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.8
TheSnoozer
committed
4f875aa
View commit details
Copy full SHA for 4f875aa
View code at this point
Browse repository at this point
react to external plugins
TheSnoozer
committed
b5b8640
View commit details
Copy full SHA for b5b8640
View code at this point
Browse repository at this point
Commits on May 14, 2023
instead of having some 'internal' git properties file, just drop the idea of having the properties optional so the closure to expose them to the project can remain working
TheSnoozer
committed
08c5f33
View commit details
Copy full SHA for 08c5f33
View code at this point
Browse repository at this point
Experiment with up-to-date checks and exports of properties to the project
Show description for 6157eba
TheSnoozer
committed
6157eba
View commit details
Copy full SHA for 6157eba
View code at this point
Browse repository at this point
experiment with up-to-date checks and exporting the properties to the project
TheSnoozer
committed
925f5be
View commit details
Copy full SHA for 925f5be
View code at this point
Browse repository at this point
Commits on May 7, 2023
give setting a better name
TheSnoozer
committed
ba27086
View commit details
Copy full SHA for ba27086
View code at this point
Browse repository at this point
move the getUseBranchNameFromBuildEnvironment from GitCommitIdPluginExtension to GitCommitIdPluginGitSettingsExtension
TheSnoozer
committed
396ab1c
View commit details
Copy full SHA for 396ab1c
View code at this point
Browse repository at this point
move some settings from GitCommitIdPluginExtension to GitCommitIdPluginFilterSettingsExtension
TheSnoozer
committed
0b5fc93
View commit details
Copy full SHA for 0b5fc93
View code at this point
Browse repository at this point
update javadoc
TheSnoozer
committed
1d150a2
View commit details
Copy full SHA for 1d150a2
View code at this point
Browse repository at this point
give some of the settings a better name
TheSnoozer
committed
2f14478
View commit details
Copy full SHA for 2f14478
View code at this point
Browse repository at this point
move some settings from GitCommitIdPluginExtension to GitCommitIdPluginFormatSettingsExtension
TheSnoozer
committed
771608c
View commit details
Copy full SHA for 771608c
View code at this point
Browse repository at this point
Commits on May 6, 2023
give configuration options a better name
TheSnoozer
committed
24cb3b7
View commit details
Copy full SHA for 24cb3b7
View code at this point
Browse repository at this point
move various settings from GitCommitIdPluginExtension to a dedicated GitCommitIdPluginGitSettingsExtension
TheSnoozer
committed
aeb86d1
View commit details
Copy full SHA for aeb86d1
View code at this point
Browse repository at this point
give method a better name
TheSnoozer
committed
d54f566
View commit details
Copy full SHA for d54f566
View code at this point
Browse repository at this point
move the names of things closer to the actual class
TheSnoozer
committed
c85e6c3
View commit details
Copy full SHA for c85e6c3
View code at this point
Browse repository at this point
drop the name 'properties' from the configruation options, since we can generate a json output file, a yml, xml, ....just avoids confusion
TheSnoozer
committed
e12f6b2
View commit details
Copy full SHA for e12f6b2
View code at this point
Browse repository at this point
split up some configurations of the GitCommitIdPluginExtension into a dedicated GitCommitIdPluginOutputSettingsExtension
TheSnoozer
committed
2b4f054
View commit details
Copy full SHA for 2b4f054
View code at this point
Browse repository at this point
https://github.com/gradle/gradle/issues/24947: convert the extension into an abstract thing so we don't need to call project.getObjects().property(SomeObject.class)
TheSnoozer
committed
af685ee
View commit details
Copy full SHA for af685ee
View code at this point
Browse repository at this point
Avoid injecting a project in GitCommitIdPluginGenerationTask
Show description for bac6ce0
TheSnoozer
committed
bac6ce0
View commit details
Copy full SHA for bac6ce0
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
Commits on May 1, 2023
add more javadoc
TheSnoozer
committed
faddc18
View commit details
Copy full SHA for faddc18
View code at this point
Browse repository at this point
make checksytle check for 4 spaces indention
TheSnoozer
committed
e4f6ffc
View commit details
Copy full SHA for e4f6ffc
View code at this point
Browse repository at this point
make checkstyle slightly happier
TheSnoozer
committed
5279f7f
View commit details
Copy full SHA for 5279f7f
View code at this point
Browse repository at this point
simplify runner creation
TheSnoozer
committed
4c8d9ac
View commit details
Copy full SHA for 4c8d9ac
View code at this point
Browse repository at this point
simplify assertions on task outcome
TheSnoozer
committed
d6a6f00
View commit details
Copy full SHA for d6a6f00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.