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 9c4fab4 commit c9e13ceCopy full SHA for c9e13ce
REUSE.toml
@@ -23,10 +23,14 @@ path = [
23
"**/.gitignore",
24
"**/.pdd",
25
"**/CNAME",
26
+ "**/MANIFEST.MF",
27
+ "**/Procfile",
28
".DS_Store",
29
".gitattributes",
30
".gitignore",
31
".pdd",
32
+ "MANIFEST.MF",
33
+ "Procfile",
34
"README.md",
35
"renovate.json",
36
]
s3auth-relay/src/it/non-daemon/invoker.properties
@@ -1 +1,4 @@
1
+# SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
2
+# SPDX-License-Identifier: MIT
3
+
4
invoker.goals = test
system.properties
java.runtime.version=17
0 commit comments