Skip to content

Commit b60946e

Browse files
felladrinroboquat
authored andcommitted
Fix Java projects configs
1 parent 47eda7c commit b60946e

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.idea/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/gitpod-protocol/java/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1010
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1111
<classpathentry kind="output" path="bin/default"/>
1212
</classpath>

components/ide/jetbrains/backend-plugin/.classpath

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@
1212
<attribute name="gradle_used_by_scope" value="main,test"/>
1313
</attributes>
1414
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
15+
<classpathentry kind="src" output="bin/main" path="src/main/resources-latest">
16+
<attributes>
17+
<attribute name="gradle_scope" value="main"/>
18+
<attribute name="gradle_used_by_scope" value="main,test"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentry kind="src" output="bin/test" path="src/test/kotlin">
22+
<attributes>
23+
<attribute name="gradle_scope" value="test"/>
24+
<attribute name="gradle_used_by_scope" value="test"/>
25+
<attribute name="test" value="true"/>
26+
</attributes>
27+
</classpathentry>
28+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1629
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1730
<classpathentry kind="output" path="bin/default"/>
1831
</classpath>

components/supervisor-api/java/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1010
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1111
<classpathentry kind="output" path="bin/default"/>
1212
</classpath>

0 commit comments

Comments
 (0)