| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add creation of sketch/gradle.properties in ProcessingPluginTest, writing processing.group derived from System.getProperty("project.group").replace(".java", ""). This ensures the test project has the expected processing.group property within the tests
|
is this ready for review? or still draft? |
Sorry, something went wrong.
|
So far this makes sure the tests fail on CI and local, the solution for the failing test still needs to be implemented |
Sorry, something went wrong.
Gate calls to signAllPublications() behind a project property so signing only occurs when explicitly enabled. The release workflow now exports ORG_GRADLE_PROJECT_signMavenPackages=true for relevant jobs, and build scripts were updated to check the property before signing (core, java libraries: dxf, io, net, pdf, serial, svg). The preprocessor signing check was also adjusted to look for the signing.signMavenPackages property. This lets CI enable signing when keys are available and avoids signing failures when signing credentials are not configured.
| Back | FazBrowse Home | New Git URL |
Add creation of sketch/gradle.properties in ProcessingPluginTest, writing processing.group derived from System.getProperty("project.group").replace(".java", ""). This ensures the test project has the expected processing.group property within the tests
Closes #1485