Skip to content

Commit

Permalink
Merge pull request #17529 from wordpress-mobile/build/remove-fetch-st…
Browse files Browse the repository at this point in the history
…yle-plugin

[Build] Remove Fetch Style Plugin
  • Loading branch information
ParaskP7 authored Nov 25, 2022
2 parents a0b025a + 817cab2 commit 927fe8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id "com.automattic.android.fetchstyle"
id "io.gitlab.arturbosch.detekt"
id "androidx.navigation.safeargs.kotlin" apply false
id "com.android.library" apply false
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pluginManagement {
id "io.sentry.android.gradle" version "2.0.0"
id "io.gitlab.arturbosch.detekt" version gradle.ext.detektVersion
id "se.bjurr.violations.violation-comments-to-github-gradle-plugin" version "1.67"
id "com.automattic.android.fetchstyle" version "1.1"
id "androidx.navigation.safeargs.kotlin" version gradle.ext.navComponentVersion
}
repositories {
Expand All @@ -33,10 +32,6 @@ pluginManagement {
}
resolutionStrategy {
eachPlugin {
// TODO: Remove this when fetchstyle starts supporting Plugin Marker Artifacts
if (requested.id.id == "com.automattic.android.fetchstyle") {
useModule("com.automattic.android:fetchstyle:1.1")
}
// TODO: Remove this when 'dagger.hilt' starts supporting Plugin Marker Artifacts
if (requested.id.id == 'dagger.hilt.android.plugin') {
useModule("com.google.dagger:hilt-android-gradle-plugin:$gradle.ext.daggerVersion")
Expand Down

0 comments on commit 927fe8c

Please sign in to comment.