only:less gradle copy-pasta

This commit is contained in:
rusefillc 2025-02-04 21:04:46 -05:00
parent 66a3c48e54
commit 5988a34d5a
22 changed files with 17 additions and 87 deletions

View File

@ -1,8 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../java_tools/dependencies.gradle'
dependencies {

View File

@ -1,6 +1,3 @@
plugins {
id 'java-library'
}
apply from: '../../java_tools/dependencies.gradle'

View File

@ -1,7 +1,3 @@
plugins {
id 'java-library'
id 'java'
}
// this CORE module cannot depend on model/ini!

View File

@ -1,7 +1,4 @@
plugins {
id 'java-library'
id 'java-test-fixtures'
}
dependencies {
api project(':logging-api')

View File

@ -1,7 +1,4 @@
plugins {
id 'java-library'
id 'java-test-fixtures'
}
apply from: '../../android/dependencies.gradle'
apply from: '../../java_tools/dependencies.gradle'

View File

@ -1,6 +1,3 @@
plugins {
id 'java-library'
}
dependencies {
api project(':logging-api')

View File

@ -1,7 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../java_tools/dependencies.gradle'

View File

@ -1,7 +1,4 @@
plugins {
id 'java-library'
id 'java'
}
apply from: '../../android/dependencies.gradle'

View File

@ -1,6 +1,4 @@
plugins {
id 'java-library'
}
apply from: '../../java_tools/dependencies.gradle'

View File

@ -1,6 +1,4 @@
plugins {
id 'java-library'
}
apply from: '../../java_tools/dependencies.gradle'

View File

@ -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'

View File

@ -1,6 +1,3 @@
plugins {
id 'java-library'
}
defaultTasks 'jar'

View File

@ -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'
}

View File

@ -1,8 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../java_tools/dependencies.gradle'
defaultTasks 'shadowJar'

View File

@ -1,5 +1,4 @@
plugins {
id 'java-library'
id 'java-test-fixtures'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}

View File

@ -1,8 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
defaultTasks 'shadowJar'
dependencies {

View File

@ -1,6 +1,3 @@
plugins {
id 'java-library'
}
defaultTasks 'jar'

View File

@ -1,7 +1,3 @@
plugins {
id 'java-library'
id 'java'
}
dependencies {
api project(':logging-api')

View File

@ -1,8 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../android/dependencies.gradle'
dependencies {

View File

@ -1,8 +1,3 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
defaultTasks 'shadowJar'
apply from: '../../java_tools/dependencies.gradle'

View File

@ -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')

View File

@ -1,6 +1,3 @@
plugins {
id 'java-library'
}
defaultTasks 'jar'