Skip to content
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

Fixed migration to kotlin 1.9.20 #102

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

nulls
Copy link
Member

@nulls nulls commented Nov 7, 2023

What's done:

  • removed deprecated property in gradle.properties
  • refactored deprecated property in detekt plugin
  • removed explicit depends on in source sets

It closes #101

### What's done:
- removed deprecated property in gradle.properties
- refactored deprecated property in detekt plugin
- removed explicit depends on in source sets

It closes #101
@nulls nulls requested a review from kgevorkyan November 7, 2023 10:21
@nulls nulls self-assigned this Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #102 (cfe9484) into main (633a934) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #102   +/-   ##
=========================================
  Coverage     67.87%   67.87%           
  Complexity       32       32           
=========================================
  Files             4        4           
  Lines           277      277           
  Branches         72       72           
=========================================
  Hits            188      188           
  Misses           46       46           
  Partials         43       43           
Flag Coverage Δ
unittests 67.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link

github-actions bot commented Nov 7, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

72 tests   72 ✔️  1s ⏱️
  6 suites    0 💤
  6 files      0

Results for commit cfe9484.

Copy link

github-actions bot commented Nov 7, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

72 tests   72 ✔️  3s ⏱️
  6 suites    0 💤
  6 files      0

Results for commit cfe9484.

@nulls nulls enabled auto-merge November 7, 2023 10:30
Copy link

github-actions bot commented Nov 7, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

72 tests   72 ✔️  2s ⏱️
  6 suites    0 💤
  6 files      0

Results for commit cfe9484.

@nulls nulls merged commit 6f20edd into main Nov 7, 2023
20 checks passed
@nulls nulls deleted the bugfix/upgrade-kotlin-1.9.20#101 branch November 7, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix extra targets in gradle build after 1.9.20
2 participants