benedikt
04/17/2024, 7:01 AMJendrik Johannes
04/25/2024, 2:23 PMorg.gradlex.gradlebuild.
. IIRC you introduced this pattern and I started to adopt that in other projects as well. E.g. if my project hast the namespace org.example
, I would use org.example.gradlebuild
.
Someone suggested to just use org.example.gradle
instead of org.example.gradlebuild
as the previous is shorter and the latter does not really add to it (gradle
is the build tool after all). Are there good arguments for using gradlebuild
instead of just gradle
?
(I think in the GradleX project it may make sense as there are so many things called Gradle, but what about other software projects?)benedikt
09/06/2024, 1:59 PMJendrik Johannes
09/13/2024, 1:23 PMreproducible-builds
plugin: https://gradle-community.slack.com/archives/CRA9GTYBH/p1726233765105009benedikt
10/01/2024, 7:56 AMexecutableDir
property. I think we can use that to inspect the path of the files we’re setting permissions for and then set execute permissions on the script files inside the directory.benedikt
10/01/2024, 7:57 AMJendrik Johannes
10/01/2024, 8:53 AMdist
zip on Windows without the plugin? Is that broken by default or does Gradle already set (reproducible) file permissions only for the start script file by default?Oleg Nenashev
10/01/2024, 12:07 PMJendrik Johannes
10/08/2024, 5:59 AMJendrik Johannes
11/09/2024, 11:34 AMJendrik Johannes
11/18/2024, 3:46 PMjava-module-packaging
plugin. See:
https://gradle-community.slack.com/archives/CRA9GTYBH/p1731944734158489Benedikt Ritter
11/22/2024, 10:35 AMBenedikt Ritter
11/29/2024, 8:40 AMBenedikt Ritter
11/29/2024, 8:40 AMBenedikt Ritter
11/29/2024, 9:28 AMBenedikt Ritter
11/29/2024, 10:20 AMBenedikt Ritter
12/02/2024, 2:50 PMbecause
method to explain why we're upgrading a dependency. It could be useful to include
• which plugin defines this version constraint
• what's the reason for the constraint, e.g. a reference to the CVE
For example: org.gradlex.internal.common-constraints: work around CVE-4711, CVE-4712
Otherwise when looking at a build scan it becomes quite hard to understand where and why a constraint is added to the build.
How do you deal with this in larger builds?Benedikt Ritter
12/05/2024, 8:00 AMOleg Nenashev
01/08/2025, 9:22 AMBenedikt Ritter
01/10/2025, 3:47 PMmaven-plugin-development
thanks to your help. Here are the details if you're curious: https://github.com/gradlex-org/maven-plugin-development/pull/289/commits/a1d34da4a44cbee2991862787973b9902bc570c1Benedikt Ritter
01/13/2025, 9:06 AMBenedikt Ritter
01/13/2025, 3:36 PMOleg Nenashev
01/20/2025, 1:42 PMBenedikt Ritter
02/03/2025, 1:02 PMBenedikt Ritter
02/07/2025, 12:35 PMBenedikt Ritter
02/10/2025, 9:23 AMJendrik Johannes
02/10/2025, 5:09 PMBenedikt Ritter
02/18/2025, 6:55 PMSebastian Schuberth
03/11/2025, 8:43 PMBenedikt Ritter
03/18/2025, 9:05 AM