this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

format .classpath

lombok(?) REALLY wants these changes

+4 -5
+4 -5
.classpath
··· 2 2 <classpath> 3 3 <classpathentry kind="src" output="bin/main" path="src/main/resources"> 4 4 <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"/> 7 7 </attributes> 8 8 </classpathentry> 9 9 <classpathentry kind="src" output="bin/main" path="src/main/java"> 10 10 <attributes> 11 - <attribute name="gradle_scope" value="main" /> 12 - <attribute name="gradle_used_by_scope" value="main,test" /> 11 + <attribute name="gradle_scope" value="main"/> 12 + <attribute name="gradle_used_by_scope" value="main,test"/> 13 13 </attributes> 14 14 </classpathentry> 15 - <classpathentry kind="src" path="src/bootstrap/java" /> 16 15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/> 17 16 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> 18 17 <classpathentry kind="output" path="bin/default"/>