mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Set source and target version to Java 6 in subprojects.
This commit is contained in:
@@ -28,6 +28,5 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="guice-3.0-no_aop" level="project" />
|
||||
<orderEntry type="library" exported="" name="javax.inject" level="project" />
|
||||
<orderEntry type="library" exported="" name="briar-api.briar-api" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -1,4 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
sourceCompatibility = 1.6
|
||||
targetCompatibility = 1.6
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
|
||||
Reference in New Issue
Block a user