We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: