mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Set source and target version to Java 6 in subprojects.
This commit is contained in:
@@ -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>
|
||||
@@ -1,4 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
sourceCompatibility = 1.6
|
||||
targetCompatibility = 1.6
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
|
||||
|
||||
Reference in New Issue
Block a user