File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ path = [
2121 " **/.gitignore" ,
2222 " **/.pdd" ,
2323 " **/CNAME" ,
24+ " **/MANIFEST.MF" ,
2425 " .DS_Store" ,
2526 " .gitattributes" ,
2627 " .gitignore" ,
2728 " .pdd" ,
2829 " CNAME" ,
30+ " MANIFEST.MF" ,
2931 " README.md" ,
3032 " renovate.json" ,
3133]
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
2+ # SPDX-License-Identifier: MIT
3+
14invoker.goals = clean test
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
2+ # SPDX-License-Identifier: MIT
3+
14invoker.goals = clean test
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
2+ # SPDX-License-Identifier: MIT
3+
14# User-Agent info
25JCabi-Version ${project.version}
36JCabi-Build ${buildNumber}
You can’t perform that action at this time.
0 commit comments