I'm trying to write a test that uses a resource file under geode-core/src/test/resources in package org/apache/geode but the test fails to find it.
If I change the test to load a resource file from package com/gemstone/gemfire, it works. So it seems like our gradle files are not set up to add org/apache/geode resources. I am able to add java files under org/apache/geode packages but not resources. Any ideas which gradle file needs changes? Thanks, Kirk