mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Use java-library plugin for Java modules.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'java-library'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
apply plugin: 'witness'
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':bramble-api', configuration: 'default')
|
||||
implementation project(path: ':bramble-api', configuration: 'default')
|
||||
}
|
||||
|
||||
dependencyVerification {
|
||||
|
||||
Reference in New Issue
Block a user