Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 04a15cef1b5ddbd81d6b04ffd268c01e62fadcdd
https://github.com/hibernate/hibernate-orm/commit/04a15cef1b5ddbd81d6b04f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2025-09-19 (Fri, 19 Sep 2025)
Changed paths:
M gradle/gradle-develocity.gradle
Log Message:
-----------
Fix usage of remote build cache
It turns out System.getenv().hasProperty('...') does not check that an
environment property exists... at all. It probably has more to do with
reflection or something? I don't know.
Anyway, this code didn't work, and now it does: I checked by debugging.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications