realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Move UTP disabling flag into the correct gradle.properties #7607

Closed clementetb closed 2 years ago

clementetb commented 2 years ago

On PR #7606 we set the disabling unified testing pipeline flag into the root gradle project. This setting is not propagated into the directory Realm as they are separate projects.

This PR moves the flag into the Realm project gradle.properties.