Branch: refs/heads/7.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 7e9b19283daef253016ae31e6408b75c51ece997
https://github.com/hibernate/hibernate-orm/commit/7e9b19283daef253016ae31...
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