FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Create gradle.properties in ProcessingPluginTest by Stefterv · Pull Request #1475 · processing/processing4 · GitHub

Create gradle.properties in ProcessingPluginTest - #1475

Draft
Stefterv wants to merge 4 commits into
processing:mainfrom
Stefterv:fix-failing-plugin-tests
Draft

Create gradle.properties in ProcessingPluginTest#1475
Stefterv wants to merge 4 commits into
processing:mainfrom
Stefterv:fix-failing-plugin-tests

Conversation

Stefterv commented Mar 10, 2026
edited
Loading

Copy link
Copy Markdown
Member

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

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
Stefterv marked this pull request as draft March 17, 2026 06:40

catilac commented Mar 18, 2026

Copy link
Copy Markdown
Collaborator

is this ready for review? or still draft?

Copy link
Copy Markdown
Member Author

So far this makes sure the tests fail on CI and local, the solution for the failing test still needs to be implemented

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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local tests failing

2 participants


Back | FazBrowse Home | New Git URL