And some final tweaks to make sure building works

This commit is contained in:
Bradlee Speice 2014-04-30 23:46:14 -04:00
parent 7e0eaee201
commit b09021b56d
3 changed files with 4 additions and 21 deletions

View File

@ -11,5 +11,7 @@ task doBuildJSword (type: GradleBuild) {
} }
artifacts { artifacts {
buildJSword doBuildJSword.ext.outputJar buildJSword(doBuildJSword.ext.outputJar) {
builtBy doBuildJSword
}
} }

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="MinimalBible" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":jsword-minimalbible" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

1
libs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*