Skip to content

Commit d7f6527

Browse files
committed
change from java 11 to java 8
1 parent 1a59a84 commit d7f6527

File tree

13 files changed

+36
-7
lines changed

13 files changed

+36
-7
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<attribute name="test" value="true"/>
1414
</attributes>
1515
</classpathentry>
16-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
1717
<attributes>
1818
<attribute name="maven.pomderived" value="true"/>
1919
</attributes>

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*target*
2+
*.jar
3+
*.war
4+
*.ear
5+
*.class
6+
7+
# eclipse specific git ignore
8+
*.pydevproject
9+
.project
10+
.metadata
11+
bin/**
12+
tmp/**
13+
tmp/**/*
14+
*.tmp
15+
*.bak
16+
*.swp
17+
*~.nib
18+
local.properties
19+
.classpath
20+
.settings/
21+
.loadpath
22+
23+
# External tool builders
24+
.externalToolBuilders/
25+
26+
# Locally stored "Eclipse launch configurations"
27+
*.launch
28+
29+
.vscode
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
eclipse.preferences.version=1
2-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
3-
org.eclipse.jdt.core.compiler.compliance=11
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
3+
org.eclipse.jdt.core.compiler.compliance=1.8
44
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
55
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
66
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
77
org.eclipse.jdt.core.compiler.processAnnotations=disabled
88
org.eclipse.jdt.core.compiler.release=disabled
9-
org.eclipse.jdt.core.compiler.source=11
9+
org.eclipse.jdt.core.compiler.source=1.8
-2.69 KB
Binary file not shown.
-1.95 KB
Binary file not shown.
Binary file not shown.
-9.14 KB
Binary file not shown.
-5.33 KB
Binary file not shown.
Binary file not shown.
-9.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)