Skip to content

Commit

Permalink
[release] Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 8, 2022
1 parent 94a2fc3 commit a0a1d5c
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions byte-buddy-gradle-plugin/android-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ repositories {
dependencies {
api gradleApi()
compileOnly group: 'com.android.tools.build', name: 'gradle', version: '7.2.0'
testImplementation group: 'junit', name: 'junit', version: outerPom.properties.'version.junit'
testImplementation(group: 'org.mockito', name: 'mockito-core', version: outerPom.properties.'version.mockito') {
exclude group: 'net.bytebuddy'
}
}
10 changes: 5 additions & 5 deletions byte-buddy-gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ if (!raw.startsWith("1.") && raw.contains(".")) {
if (current > JavaVersion.VERSION_1_7 && current != JavaVersion.VERSION_1_9) {
include "android-plugin"
if (Boolean.getBoolean("net.bytebuddy.build.gradle.android.test")) {
include "android-application-test"
include "android-application-test:app"
include "android-application-test:aar-bytebuddy-target"
include "android-application-test:aar-bytebuddy-plugin"
include "android-application-test:jar-bytebuddy-plugin"
include "android-plugin-test"
include "android-plugin-test:app"
include "android-plugin-test:aar-bytebuddy-target"
include "android-plugin-test:aar-bytebuddy-plugin"
include "android-plugin-test:jar-bytebuddy-plugin"
}
}

0 comments on commit a0a1d5c

Please sign in to comment.