diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-08-12 17:08:54 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-08-12 17:08:54 -0400 |
| commit | b8b41aa5846dae5a9bbf4fee82020f1d9e2b2a48 (patch) | |
| tree | 9bce3e85926cfb68b3ebbc5d89f13ce10736e32d /.classpath | |
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..8bb3e61 --- /dev/null +++ b/.classpath @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="bin/main" path="src/main/java"> + <attributes> + <attribute name="gradle_scope" value="main"/> + <attribute name="gradle_used_by_scope" value="test"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="bin/main" path="src/main/resources"> + <attributes> + <attribute name="gradle_scope" value="main"/> + <attribute name="gradle_used_by_scope" value="test"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin/default"/> +</classpath> |
