When I relocate the guava package in my test project to another package, it moves the classes correctly but if I look into the JAR the folder of the original package still exists.
relocate 'com.google.common', 'net.minecrell.gradletest.com.google.common'
Guava has been moved to the correct package but there is still the com folder with all of the sub directories as well.