We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f42f commit 5d6b61eCopy full SHA for 5d6b61e
build-logic/src/main/kotlin/publishing/rootProject.kt
@@ -64,7 +64,7 @@ internal fun configureOnRootProject(project: Project) =
64
archive \
65
--prefix="${e.baseName.get()}/" \
66
--format=tar \
67
- --mtime="1980-02-01 00:00:00" \
+ --mtime="1980-02-01 00:00:00 UTC" \
68
HEAD | gzip -6 --no-name > "${e.sourceTarball.get().asFile.relativeTo(projectDir)}"
69
"""
70
.trimIndent(),
0 commit comments