File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1313 <attribute name =" gradle_used_by_scope" value =" main,test" />
1414 </attributes >
1515 </classpathentry >
16+ <classpathentry kind =" src" output =" bin/main" path =" src/main/resources" >
17+ <attributes >
18+ <attribute name =" gradle_scope" value =" main" />
19+ <attribute name =" gradle_used_by_scope" value =" main,test" />
20+ </attributes >
21+ </classpathentry >
22+ <classpathentry kind =" src" output =" bin/test" path =" src/test/resources" >
23+ <attributes >
24+ <attribute name =" gradle_scope" value =" test" />
25+ <attribute name =" gradle_used_by_scope" value =" test" />
26+ <attribute name =" test" value =" true" />
27+ </attributes >
28+ </classpathentry >
1629 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/" />
1730 <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
1831 <classpathentry kind =" output" path =" bin/default" />
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =ignore
33org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation =ignore
4- org.eclipse.jdt.core.compiler.annotation.nonnull =javax.annotation.Nonnull
4+ org.eclipse.jdt.core.compiler.annotation.nonnull =
55org.eclipse.jdt.core.compiler.annotation.nonnullbydefault =javax.annotation.ParametersAreNonnullByDefault
66org.eclipse.jdt.core.compiler.annotation.nullable =javax.annotation.Nullable
77org.eclipse.jdt.core.compiler.annotation.nullanalysis =enabled
You can’t perform that action at this time.
0 commit comments