Add Gradle build script for a subproject that previously had none

This commit is contained in:
Ben Liblit 2017-12-18 12:23:47 -06:00
parent 7af7bbf881
commit 25e2201ec6
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<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"/>

View File

@ -0,0 +1 @@
sourceSets.main.java.srcDir 'src'