Set source and target version to Java 6 in subprojects.

This commit is contained in:
akwizgran
2015-12-04 10:12:01 +00:00
parent 3872265d55
commit 061479dd68
7 changed files with 8 additions and 14 deletions

View File

@@ -32,6 +32,5 @@
<orderEntry type="library" exported="" name="h2small-1.4.190" level="project" />
<orderEntry type="library" exported="" name="spongy-core-1.53" level="project" />
<orderEntry type="library" exported="" name="weupnp-0.1.3-SNAPSHOT-briar" level="project" />
<orderEntry type="library" exported="" name="briar-core.briar-core" level="project" />
</component>
</module>

View File

@@ -1,4 +1,6 @@
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')