We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have just cloned the project at head. Running ./gradlew build fails with
./gradlew build
FAILURE: Build failed with an exception. * Where: Settings file '/Users/haustein/src/kotlinx-atomicfu/settings.gradle.kts' line: 7 * What went wrong: Error resolving plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.8.0'] > Cannot use Develocity build cache client without specifying Develocity server address.
It would be nice to have some kind of "development.md" that provides information about prerequisites and a quick smoke test for the setup.
The text was updated successfully, but these errors were encountered:
@stefanhaustein thank you for reminding about the lack of any contribution guideline, it's indeed has to be added.
Speaking of the particular problem you're facing, it is already fixed in the develop branch (which should be a target branch for PRs).
develop
Sorry, something went wrong.
No branches or pull requests
I have just cloned the project at head. Running
./gradlew build
fails withIt would be nice to have some kind of "development.md" that provides information about prerequisites and a quick smoke test for the setup.
The text was updated successfully, but these errors were encountered: