hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Add Develocity integration

Open marko-bekhta opened this issue 8 months ago • 0 comments

So that we could also publish build scans for Reactive, as we do for other projects.

For how it's done in ORM, see:

https://github.com/hibernate/hibernate-orm/blob/da2de1edc99712ffae395133532b1cd8ac49877f/gradle/gradle-develocity.gradle#L46C1-L70

For GH actions, we would need to split the build/report workflows as it's done for e.g. ORM: https://github.com/hibernate/hibernate-orm/blob/da2de1edc99712ffae395133532b1cd8ac49877f/.github/workflows/ci.yml#L311 https://github.com/hibernate/hibernate-orm/blob/da2de1edc99712ffae395133532b1cd8ac49877f/.github/workflows/ci-report.yml#L1

marko-bekhta avatar Mar 26 '25 09:03 marko-bekhta