-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Fix release to maven central #1788
Conversation
### What's done: - updated gradle plugin id - fixed README.md
gradle/plugins/src/main/kotlin/com/saveourtool/diktat/buildutils/VersioningConfiguration.kt
Outdated
Show resolved
Hide resolved
...lugins/src/main/kotlin/com/saveourtool/diktat/buildutils/kotlin-jvm-configuration.gradle.kts
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #1788 +/- ##
=========================================
Coverage 78.41% 78.41%
Complexity 2420 2420
=========================================
Files 126 126
Lines 8466 8466
Branches 2147 2147
=========================================
Hits 6639 6639
Misses 867 867
Partials 960 960 |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 165 files ±0 165 suites ±0 8m 19s ⏱️ -2s Results for commit bd018b4. ± Comparison against base commit d48f947. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 165 files ±0 165 suites ±0 6m 52s ⏱️ - 5m 42s Results for commit bd018b4. ± Comparison against base commit d48f947. ♻️ This comment has been updated with latest results. |
What's done: