structurizr / java-extensions

Structurizr for Java extensions
Apache License 2.0
39 stars 23 forks source link

GitHUb action can't sign artifacts #26

Closed Riduidel closed 4 years ago

Riduidel commented 4 years ago

It seems like building of structurizr-java-extensions requires some files only @simonbrowndotje has (tyically signatures). It's really not a problem, and I fully understand why. But as I want to get a little more involved in these extensions, I would like to a have a real CI process available. @simonbrowndotje can you please take a look at the singing gradle extension and see what is required to have it working on GitHub actions ? Thanks a lot

simonbrowndotje commented 4 years ago

I changed the Gradle command to just run the default tasks, so the signing isn't executed. That seems to work, although there's a compilation error.