This repository was archived by the owner on Nov 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" src" output =" bin/main" path =" src/main/java" >
44 <attributes >
5- <attribute name =" gradle_scope" value =" main" />
6- <attribute name =" gradle_used_by_scope" value =" main,test" />
5+ <attribute name =" gradle_scope" value =" main" />
6+ <attribute name =" gradle_used_by_scope" value =" main,test" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" src" output =" bin/main " path =" src/main/resources " >
9+ <classpathentry kind =" src" output =" bin/test " path =" src/test/java " >
1010 <attributes >
11- <attribute name =" gradle_scope" value =" main" />
12- <attribute name =" gradle_used_by_scope" value =" main,test" />
11+ <attribute name =" gradle_scope" value =" test" />
12+ <attribute name =" gradle_used_by_scope" value =" test" />
13+ <attribute name =" test" value =" true" />
1314 </attributes >
1415 </classpathentry >
15- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/" />
16- <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
17- <classpathentry kind =" output" path =" bin/default" />
16+ <classpathentry kind =" src" output =" bin/test" path =" src/test/resources" >
17+ <attributes >
18+ <attribute name =" gradle_scope" value =" test" />
19+ <attribute name =" gradle_used_by_scope" value =" test" />
20+ <attribute name =" test" value =" true" />
21+ </attributes >
22+ </classpathentry >
23+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/" />
24+ <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
25+ <classpathentry kind =" output" path =" bin/default" />
1826</classpath >
You can’t perform that action at this time.
0 commit comments