Petersoj / alpaca-java

A Java API for Alpaca, the commission free, algo friendly, stock trading broker. https://alpaca.markets
https://petersoj.github.io/alpaca-java/
MIT License
197 stars 82 forks source link

Could not find method buildScan() for arguments #5

Closed 5toner closed 5 years ago

5toner commented 5 years ago

I ran...

gradlew build

And got...

Could not find method buildScan() for arguments

I edited the build.gradle and added the if statement below to get it to work...

if (hasProperty('buildScan')) {
    buildScan { licenseAgreementUrl = 'https://gradle.com/terms-of-service'; licenseAgree = 'yes' }
}

Might want to update the codebase.

mainstringargs commented 5 years ago

Updated