reducing gradle mess
This commit is contained in:
parent
b7e95595a2
commit
c6c8669a01
|
@ -2,8 +2,6 @@ plugins {
|
|||
id 'java-library'
|
||||
}
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
api project(':logging-api')
|
||||
api project(':shared_io')
|
||||
|
|
|
@ -2,9 +2,6 @@ plugins {
|
|||
id 'java-library'
|
||||
}
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':logging-api')
|
||||
implementation libs.annotations
|
||||
api project(':logging-api')
|
||||
}
|
|
@ -3,17 +3,10 @@ plugins {
|
|||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||
}
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
defaultTasks 'shadowJar'
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation libs.jsr305
|
||||
implementation project(':logging')
|
||||
implementation project(':logging-api')
|
||||
implementation libs.annotations
|
||||
testImplementation libs.junit
|
||||
api project(':logging')
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue