Skip to content

Add Typesafe Conventions plugin and thread safety annotations - #274

Open
ghostflyby wants to merge 26 commits into
mainfrom
GradleTypesafe
Open

Add Typesafe Conventions plugin and thread safety annotations#274
ghostflyby wants to merge 26 commits into
mainfrom
GradleTypesafe

Conversation

@ghostflyby

Copy link
Copy Markdown
Owner
  • Added the Gradle Typesafe Conventions plugin, cherry-picked from commit Add Gradle Typesafe Conventions plugin #259.
  • Added @RequiresReadLock and @RequiresBackgroundThread annotations to TypesafeConventionsCatalogLookup to improve thread safety.

@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Qodana for JVM

4 new problems were found

Inspection name Severity Problems
Annotator 🔴 Failure 2
XML highlighting 🔴 Failure 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

# SPDX-License-Identifier: LGPL-3.0-or-later
#

dev.ghostflyby.typesafeconventions.gradle.TypesafeConventionsCatalogModelBuilder
<idea-plugin>
<extensions defaultExtensionNs="org.jetbrains.kotlin">
<psiReferenceProvider
implementation="dev.ghostflyby.typesafeconventions.gradle.TypesafeConventionsKotlinCatalogPsiReferenceProviderContributor"/>
<depends>org.toml.lang</depends>
<depends optional="true" config-file="gradle-typesafe-conventions-groovy.xml">org.intellij.groovy</depends>
<extensions defaultExtensionNs="org.jetbrains.kotlin">
<supportsKotlinPluginMode supportsK2="true"/>
@codecov-commenter

codecov-commenter commented Jul 27, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Qodana for JVM

4 new problems were found

Inspection name Severity Problems
Annotator 🔴 Failure 2
XML highlighting 🔴 Failure 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

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.

3 participants