Skip to content

Commit

Permalink
use the current SNAPSHOT for plugin dogfooding
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed May 21, 2022
1 parent da3639a commit 8718b96
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 129 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,32 @@ plugins {
alias(libs.plugins.dependencyAnalysis)
alias(libs.plugins.detekt)
alias(libs.plugins.gradleDoctor)
alias(libs.plugins.moduleCheck)
alias(libs.plugins.taskTree)
base
id("mcbuild.artifacts-check")
id("mcbuild.ben-manes")
id("mcbuild.clean")
id("mcbuild.dependency-guard")
id("mcbuild.dokka")
id("mcbuild.kotlin")
id("mcbuild.knit")
id("mcbuild.kotlin")
id("mcbuild.ktlint")
id("mcbuild.test")
id("mcbuild.website")
id("com.rickbusarow.module-check") version "0.12.0"
base
}

moduleCheck {
deleteUnused = true
checks {
depths = true
sortDependencies = true
}
reports {
depths.enabled = true
graphs {
enabled = true
outputDir = File(buildDir, "depths").path
outputDir = File(buildDir, "reports/modulecheck/graphs").path
}
}
}
Expand Down
161 changes: 37 additions & 124 deletions dependencies/classpath.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
androidx.databinding:databinding-common:7.1.1
androidx.databinding:databinding-compiler-common:7.1.1
com.android.databinding:baseLibrary:7.1.1
com.android.tools.analytics-library:crash:30.1.1
com.android.tools.analytics-library:protos:30.1.1
com.android.tools.analytics-library:shared:30.1.1
com.android.tools.analytics-library:tracker:30.1.1
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
com.android.tools.build:aapt2-proto:7.1.1-7984345
com.android.tools.build:aaptcompiler:7.1.1
com.android.tools.build:apksig:7.1.1
com.android.tools.build:apkzlib:7.1.1
com.android.tools.build:builder-model:7.1.1
com.android.tools.build:builder-test-api:7.1.1
com.android.tools.build:builder:7.1.1
com.android.tools.build:bundletool:1.8.0
com.android.tools.build:gradle-api:7.1.1
com.android.tools.build:gradle:7.1.1
com.android.tools.build:manifest-merger:30.1.1
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api
com.android.tools.ddms:ddmlib:30.1.1
com.android.tools.layoutlib:layoutlib-api:30.1.1
com.android.tools.lint:lint-model:30.1.1
com.android.tools.utp:android-device-provider-ddmlib-proto:30.1.1
com.android.tools.utp:android-device-provider-gradle-proto:30.1.1
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.1.1
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.1.1
com.android.tools.utp:android-test-plugin-host-retention-proto:30.1.1
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.1
com.android.tools:annotations:30.1.1
com.android.tools:common:30.1.1
com.android.tools:dvlib:30.1.1
com.android.tools:repository:30.1.1
com.android.tools:sdk-common:30.1.1
com.android.tools:sdklib:30.1.1
com.android:signflinger:7.1.1
com.android:zipflinger:7.1.1
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:1.2.1
com.autonomousapps:dependency-analysis-gradle-plugin:1.2.1
com.dorongold.plugins:task-tree:2.1.0
Expand All @@ -54,50 +16,54 @@ com.github.ben-manes:gradle-versions-plugin:0.42.0
com.github.gundy:semver4j:0.16.4
com.github.javaparser:javaparser-core:3.24.2
com.github.javaparser:javaparser-symbol-solver-core:3.24.2
com.google.android:annotations:4.1.1.4
com.google.api.grpc:proto-google-common-protos:1.12.0
com.google.auto.value:auto-value-annotations:1.6.2
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.8.9
com.google.crypto.tink:tink:1.3.0-rc2
com.google.dagger:dagger:2.42
com.google.devtools.ksp:symbol-processing-gradle-plugin:1.6.21-1.0.5
com.google.errorprone:error_prone_annotations:2.11.0
com.google.flatbuffers:flatbuffers-java:1.12.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
com.google.jimfs:jimfs:1.1
com.google.protobuf:protobuf-java-util:3.10.0
com.google.protobuf:protobuf-java:3.10.0
com.google.testing.platform:core-proto:0.0.8-alpha07
com.googlecode.json-simple:json-simple:1.1
com.googlecode.juniversalchardet:juniversalchardet:1.0.3
com.ibm.icu:icu4j:69.1
com.osacky.doctor:com.osacky.doctor.gradle.plugin:0.8.0
com.osacky.doctor:doctor-plugin:0.8.0
com.osacky.tagger:tagger-lib:0.2
com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10
com.rickbusarow.module-check:com.rickbusarow.module-check.gradle.plugin:0.12.0
com.rickbusarow.modulecheck:modulecheck-api:0.12.0
com.rickbusarow.modulecheck:modulecheck-core:0.12.0
com.rickbusarow.modulecheck:modulecheck-dagger:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-core:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-gradle:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-groovy-antlr:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-java:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-jvm:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-psi:0.12.0
com.rickbusarow.modulecheck:modulecheck-parsing-wiring:0.12.0
com.rickbusarow.modulecheck:modulecheck-plugin:0.12.0
com.rickbusarow.modulecheck:modulecheck-project-api:0.12.0
com.rickbusarow.modulecheck:modulecheck-project-impl:0.12.0
com.rickbusarow.modulecheck:modulecheck-reporting-checkstyle:0.12.0
com.rickbusarow.modulecheck:modulecheck-reporting-console:0.12.0
com.rickbusarow.modulecheck:modulecheck-reporting-graphviz:0.12.0
com.rickbusarow.modulecheck:modulecheck-runtime:0.12.0
com.rickbusarow.modulecheck:modulecheck-utils:0.12.0
com.rickbusarow.module-check:com.rickbusarow.module-check.gradle.plugin:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-config-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-core:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-dagger:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-finding-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-finding-name:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-gradle-platform-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-gradle-platform-impl:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-gradle-platform-internal-android:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-gradle-platform-internal-jvm:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-core:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-gradle-dsl-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-gradle-dsl-internal:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-gradle-dsl-precompiled:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-gradle-model-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-gradle-model-impl-typesafe:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-groovy-antlr:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-java:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-psi:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-source-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-parsing-wiring:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-project-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-project-impl:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-reporting-checkstyle:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-reporting-console:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-reporting-graphviz:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-reporting-logging-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-reporting-sarif:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-rule-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-rule-impl:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-runtime-api:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:modulecheck-utils:0.12.1-SNAPSHOT
com.rickbusarow.modulecheck:plugin:0.12.1-SNAPSHOT
com.squareup.anvil:annotations:2.4.0
com.squareup.anvil:gradle-plugin:2.4.0
com.squareup.moshi:moshi-adapters:1.12.0
Expand All @@ -107,17 +73,9 @@ com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:2.10.0
com.squareup.retrofit2:converter-moshi:2.9.0
com.squareup.retrofit2:retrofit:2.9.0
com.squareup:javapoet:1.10.0
com.squareup:javawriter:2.5.0
com.sun.activation:javax.activation:1.2.0
com.sun.istack:istack-commons-runtime:3.0.8
com.sun.xml.fastinfoset:FastInfoset:1.2.16
com.thoughtworks.xstream:xstream:1.4.17
com.vanniktech:gradle-maven-publish-plugin:0.19.0
com.vanniktech:nexus:0.19.0
commons-codec:commons-codec:1.10
commons-io:commons-io:2.4
commons-logging:commons-logging:1.2
de.undercouch:gradle-download-task:4.1.1
dev.zacsweers.moshix:moshi-sealed-runtime:0.14.1
gradle.plugin.dev.arunkumar:scabbard-gradle-plugin:0.5.0
Expand All @@ -126,59 +84,25 @@ io.github.x-stream:mxparser:1.2.1
io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.20.0
io.gitlab.arturbosch.detekt:detekt-utils:1.20.0
io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin:1.20.0
io.grpc:grpc-api:1.21.1
io.grpc:grpc-context:1.21.1
io.grpc:grpc-core:1.21.1
io.grpc:grpc-netty:1.21.1
io.grpc:grpc-protobuf-lite:1.21.1
io.grpc:grpc-protobuf:1.21.1
io.grpc:grpc-stub:1.21.1
io.netty:netty-buffer:4.1.34.Final
io.netty:netty-codec-http2:4.1.34.Final
io.netty:netty-codec-http:4.1.34.Final
io.netty:netty-codec-socks:4.1.34.Final
io.netty:netty-codec:4.1.34.Final
io.netty:netty-common:4.1.34.Final
io.netty:netty-handler-proxy:4.1.34.Final
io.netty:netty-handler:4.1.34.Final
io.netty:netty-resolver:4.1.34.Final
io.netty:netty-transport:4.1.34.Final
io.opencensus:opencensus-api:0.21.0
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0
io.reactivex.rxjava3:rxjava:3.1.3
it.unimi.dsi:fastutil:8.4.0
jakarta.activation:jakarta.activation-api:1.2.1
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
javax.inject:javax.inject:1
net.java.dev.jna:jna-platform:5.6.0
net.java.dev.jna:jna:5.6.0
net.sf.jopt-simple:jopt-simple:4.9
net.sf.kxml:kxml2:2.3.0
net.swiftzer.semver:semver:1.2.0
org.abego.treelayout:org.abego.treelayout.core:1.0.3
org.antlr:ST4:4.3.2
org.antlr:ST4:4.3.3
org.antlr:antlr-runtime:3.5.3
org.antlr:antlr4-runtime:4.10
org.antlr:antlr4:4.10
org.apache.commons:commons-compress:1.20
org.antlr:antlr4-runtime:4.10.1
org.antlr:antlr4:4.10.1
org.apache.commons:commons-lang3:3.5
org.apache.httpcomponents:httpclient:4.5.6
org.apache.httpcomponents:httpcore:4.4.10
org.apache.httpcomponents:httpmime:4.5.6
org.bitbucket.b_c:jose4j:0.7.0
org.bouncycastle:bcpkix-jdk15on:1.56
org.bouncycastle:bcprov-jdk15on:1.56
org.checkerframework:checker-qual:3.18.0
org.codehaus.groovy:groovy-xml:3.0.10
org.codehaus.groovy:groovy:3.0.10
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.codehaus.woodstox:stax2-api:4.2.1
org.freemarker:freemarker:2.3.29
org.glassfish.jaxb:jaxb-runtime:2.3.2
org.glassfish.jaxb:txw2:2.3.2
org.glassfish:javax.json:1.0.4
org.javassist:javassist:3.28.0-GA
org.jdom:jdom2:2.0.6
org.jetbrains.dokka:dokka-analysis:1.6.10
org.jetbrains.dokka:dokka-base:1.6.10
org.jetbrains.dokka:dokka-core:1.6.21
Expand Down Expand Up @@ -230,18 +154,7 @@ org.jetbrains:annotations:13.0
org.jetbrains:markdown-jvm:0.2.4
org.jetbrains:markdown:0.2.4
org.jlleitschuh.gradle:ktlint-gradle:10.3.0
org.json:json:20180813
org.jsoup:jsoup:1.14.3
org.jvnet.staxex:stax-ex:1.8.1
org.ow2.asm:asm-analysis:9.1
org.ow2.asm:asm-commons:9.1
org.ow2.asm:asm-tree:9.1
org.ow2.asm:asm-util:9.1
org.ow2.asm:asm:9.1
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:slf4j-api:1.7.30
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2
org.unbescape:unbescape:1.1.6.RELEASE
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
xmlpull:xmlpull:1.1.3.1
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mavenPublish = "0.13.0"
rickBusarow-dependencySync = "0.11.2"
rickBusarow-dispatch = "1.0.0-beta10"
rickBusarow-hermit = "0.9.5"
rickBusarow-moduleCheck = "0.11.3"
rickBusarow-moduleCheck = "0.12.1-SNAPSHOT"
rickBusarow-tangle = "0.14.1"

square-anvil = "2.4.0"
Expand Down

0 comments on commit 8718b96

Please sign in to comment.