slackhq / keeper

A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.

Home Page:https://slackhq.github.io/keeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash building with FAIL_ON_PROJECT_REPOS config

jramism opened this issue · comments

Keeper version: 0.15.0

Steps to reproduce:

  1. Use settings.gradle to configure repos
  2. Set in dependencyResolutionManagement -> repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  3. Include keeper plugin
  4. Run build

Expected result:

Build successfully

Actual result:

Crash when running tests:

Build was configured to prefer settings repositories over project repositories but repository 'R8 releases repository for use with Keeper' was added by plugin 'com.android.internal.application'

Sorry for bothering, didn't see automaticR8RepoManagement.

Thanks!