Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Detekt 1.18.1 #144

Merged
merged 5 commits into from
Sep 6, 2021
Merged

Detekt 1.18.1 #144

merged 5 commits into from
Sep 6, 2021

Conversation

Ozsie
Copy link
Contributor

@Ozsie Ozsie commented Sep 3, 2021

Updated to Detekt 1.18.1, plus new versions of other dependencies

@Ozsie Ozsie mentioned this pull request Sep 3, 2021
Copy link
Member

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution 🙏

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
jdk: [8, 11]
jdk: [8, 11, 15, 16]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
jdk: [8, 11, 15, 16]
jdk: [8, 11, 16]

We generally support only LTS and the latest released version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated this as well

pom.xml Outdated
@@ -38,6 +38,11 @@
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this repository as well as you're adding MavenCentral

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I'm not sure why I even added that one, it should work without it as well, I've committed a change to this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure it will work without any repository defined

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like it does actually 👀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it should work fine if all you need is Maven Central, the Maven Super pom defines that.

pom.xml Outdated
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>

<pluginRepositories>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part could be removed as well, but it might belong in its own PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes can you change also this to Maven Central? Now it's working as JCenter is still mirroring Central but it will break in the future.

Since you already tackled this problem for the build dependencies, makes sense to do it as well for the plugin repos.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll remove that as well then.

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@cortinico cortinico merged commit e01b0fa into detekt:master Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants