Michael Marshall
06/23/2021, 6:19 AMdetekt-rules.jar
when I run ./gradlew detektMain
? The default location is detekt-rules/build/libs/detekt-rules.jar
but I want to move it to somewhere not auto ignored by gitgammax
06/23/2021, 7:38 AMdetekt-rules
and you want to have it placed somewhere else?
Are you talking about your own custom rules module or are you referring to this module?Michael Marshall
06/23/2021, 7:51 AMdetektMain
is run. Hold on, is this just the same artifact that's compiled when you do a gradle build on the module?gammax
06/23/2021, 7:54 AMMichael Marshall
06/23/2021, 7:56 AMgammax
06/23/2021, 10:28 AMjava
plugin for Gradle.
Ideally you could follow the approach described here: https://discuss.gradle.org/t/how-redefine-the-directory-where-generated-jar-files-libsdirname/6576Michael Marshall
06/24/2021, 3:28 AM