Hello folks,
I pulled latest version of JMeter and ran
./gradlew eclipse
It is broken for me as it generates broken .classpath files.
The path to dependencies contains an additional UUID :
For example:
<classpathentry
sourcepath="/Users/PhilM/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.11/24014867e470db3942db53b17a4902f4215d5ea8/commons-lang3-3.11-sources.jar"
kind="lib"
path="/Users/PhilM/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.11/68e9a6adf7cf8eb7e9d31bbc554c7c75eeaac568/commons-lang3-3.11.jar">
<attributes>
<attribute name="gradle_used_by_scope"
value="main,test"/>
</attributes>
</classpathentry>
Do you have the same issue ?
--
Regards.
Philippe M.