only:less gradle copy-pasta
This commit is contained in:
parent
66a3c48e54
commit
5988a34d5a
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
// this CORE module cannot depend on model/ini!
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java-test-fixtures'
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
api project(':logging-api')
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java-test-fixtures'
|
||||
}
|
||||
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':logging-api')
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
configurations {
|
||||
// icu4j is huge: https://en.wikipedia.org/wiki/International_Components_for_Unicode
|
||||
all*.exclude group: 'com.ibm.icu', module: 'icu4j'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
defaultTasks 'jar'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}" apply false
|
||||
}
|
||||
|
||||
apply from: 'dependencies.gradle'
|
||||
|
||||
|
@ -50,4 +53,8 @@ tasks.named('wrapper') {
|
|||
// gradlew allDeps
|
||||
subprojects {
|
||||
task allDeps(type: DependencyReportTask) {}
|
||||
|
||||
apply plugin: 'java-library'
|
||||
apply plugin: 'java-test-fixtures'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
}
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
defaultTasks 'shadowJar'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java-test-fixtures'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
defaultTasks 'shadowJar'
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
defaultTasks 'jar'
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':logging-api')
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
}
|
||||
|
||||
defaultTasks 'shadowJar'
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||
id 'java-test-fixtures'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':config_definition')
|
||||
api project(':ecu_io')
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
defaultTasks 'jar'
|
||||
|
||||
|
|
Loading…
Reference in New Issue