Tim Oltjenbruns
03/26/2022, 12:38 PMdetektPlugins project(":carters-detekt")
and assembling my module before running detekt
• My META-INF seems to be set correctly src/main/resources/META-INF/services/io.gitlab.arturbosch.detekt.api.RuleSetProvider
But I’m getting this error io.gitlab.arturbosch.detekt.api.RuleSetProvider: Provider com.carters.retail.detekt.CartersRuleSetProvider not found
which is the exact
The package matches, the folder structure matches, the group matches. What other weirdness should I check that could be wrong?gammax
03/26/2022, 3:22 PM:carters-detekt:assemble
and try to unzip the jar in the build
folder to see if the META-INF file and the .class files are thereTim Oltjenbruns
03/26/2022, 9:37 PMTim Oltjenbruns
03/26/2022, 9:38 PMTim Oltjenbruns
03/26/2022, 9:38 PMTim Oltjenbruns
03/26/2022, 9:41 PMTim Oltjenbruns
03/26/2022, 9:45 PMTim Oltjenbruns
03/26/2022, 10:18 PMTim Oltjenbruns
03/26/2022, 10:24 PMTim Oltjenbruns
03/26/2022, 10:34 PM--no-daemon
seems to do the trickgammax
03/27/2022, 12:53 PMmaybe it’s an IDE thing and I need to run it from CLI gradle?Never heard anything about this 🤔 I would try with a
./gradlew --stop
to make sure Gradle is not caching older classloaders.Tim Oltjenbruns
03/27/2022, 12:55 PMTim Oltjenbruns
03/27/2022, 12:55 PMgammax
03/27/2022, 12:56 PMTim Oltjenbruns
03/27/2022, 12:57 PMTim Oltjenbruns
03/27/2022, 12:57 PM