Browse Source

remove foojay-resolver-convention (#4807)

If I remember correctly, it was only added to fix Bitrise builds, and we
don't use Bitrise anymore
pull/4826/head
Konrad Pozniak 1 year ago committed by GitHub
parent
commit
03457db668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      settings.gradle

1
settings.gradle

@ -12,7 +12,6 @@ pluginManagement {
plugins { plugins {
id 'com.gradle.develocity' version '3.19' id 'com.gradle.develocity' version '3.19'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
} }
def isCI = providers.environmentVariable("CI").present def isCI = providers.environmentVariable("CI").present

Loading…
Cancel
Save