Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit b028d8c

Browse files
� Conflicts: � .idea/gradle.xml � .idea/misc.xml � .idea/vcs.xml
2 parents 32e3010 + d97d906 commit b028d8c

44 files changed

Lines changed: 1790 additions & 2652 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/main/java">
3+
<classpathentry kind="src" output="bin/main" path="src/main/java">
44
<attributes>
5-
<attribute name="FROM_GRADLE_MODEL" value="true"/>
5+
<attribute name="gradle_scope" value="main"/>
6+
<attribute name="gradle_used_by_scope" value="main,test"/>
67
</attributes>
78
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-13/"/>
910
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
10-
<classpathentry kind="output" path="bin"/>
11+
<classpathentry kind="output" path="bin/default"/>
1112
</classpath>

.idea/codeStyles/Project.xml

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

.idea/codeStyles/codeStyleConfig.xml

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

.idea/compiler.xml

Lines changed: 14 additions & 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: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

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

.idea/misc.xml

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

.idea/vcs.xml

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

.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build.commands=org.eclipse.jdt.core.javabuilder
22
connection.arguments=
3-
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
43
connection.java.home=null
54
connection.jvm.arguments=
65
connection.project.dir=

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: java
22
jdk:
3-
- oraclejdk8
43
- openjdk8
5-
4+
65
before_install:
7-
- chmod +x gradlew
6+
- chmod +x gradlew
87

98
env:
109
global:

0 commit comments

Comments
 (0)