appKODE / detekt-rules-compose

A collection of Detekt rules for Jetpack Compose
MIT License
136 stars 8 forks source link

The project can't be compiled/tested out of the box #8

Closed BraisGabin closed 2 years ago

BraisGabin commented 2 years ago

When I run ./gradlew I get this error:

* Where:
Build file '/Users/brais/projects/detekt-rules-compose/build.gradle.kts' line: 119

* What went wrong:
Could not get unknown property 'NEXUS_USERNAME' for root project 'detekt-rules-compose' of type org.gradle.api.Project.

If you don't have NEXUS_USERNAME defined the gradle configuration fails.

dimsuz commented 2 years ago

Oops, indeed, will add a proper handling!