-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add task to create .buildinfo file to distSrc
* now the source distribution tarball (e.g. apache-freemarker-gae-src-2.3.33.tgz) contains a .buildinfo file containing information about how the source is to be built to get a reproducible build * based on https://reproducible-builds.org/docs/jvm/ * we can add more information if needed Example output: #Effective recorded build environment information #Tue Dec 26 12:08:57 CET 2023 source.scm.uri=scm\:git\:https\://git-wip-us.apache.org/repos/asf/freemarker.git build-tool=gradle build.setup=https\://github.com/apache/freemarker/blob/2.3-gae/README.md\#building-freemarker java.vendor=Eclipse Adoptium java.version=17.0.9 os.name=Mac OS X buildinfo.version=1.0-SNAPSHOT source.scm.tag=v2.3.33
- Loading branch information
1 parent
7bedbac
commit 3791ef5
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,4 @@ gradle/** | |
|
||
README.md | ||
gradlew.bat | ||
.buildinfo |