Revert "Accept gradle Terms of Service"

This reverts commit 44c9bd050f.
This commit is contained in:
Marcus Da Coregio 2022-09-13 08:25:38 -03:00
parent b047d4f7ff
commit b59fdda518
1 changed files with 1 additions and 8 deletions

View File

@ -20,11 +20,4 @@ allprojects {
}
}
}
}
if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}
}