bump version to 8.0.2 in build.gradle.kts#111
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the default project version from 8.0.1 to 8.0.2 in the Gradle Kotlin DSL build script. This changes the fallback version value when the PROJECT_VERSION environment variable is not set. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Snapshot PublishedUsageAdd the GitHub Packages repository to your repositories {
maven {
url = uri("https://maven.pkg.github.com/vechain/indexer-core")
credentials {
username = findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}Then use the dependency: implementation("org.vechain:indexer-core:pr.111.04ee48c-SNAPSHOT")Note: Requires a GitHub PAT with |
Summary by CodeRabbit