Revert "Accept gradle Terms of Service"

This reverts commit 44c9bd050f50a33d5ffa1334860d03e585d22b34.
This commit is contained in:
Marcus Da Coregio 2022-09-13 08:25:38 -03:00
parent b047d4f7ff
commit b59fdda518

View File

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