K

Results 7 comments of K

Indeed specifying `variants` in `dependsOnTasks` does not work. The following works: ``` advancedVersioning { codeOptions { versionCodeType org.moallemi.gradle.internal.VersionCodeType.AUTO_INCREMENT_ONE_STEP dependsOnTasks 'assemble', 'bundle' } } ``` while the following does not work:...

I stumbled upon this issue when I was attempting to setup Spotless for my Android project whose copyright header template is: ``` /* * $file.fileName * Module: $module.name * Project:...

Just wondering, as a stop-gap solution, whether we could put support for Regex in `licenseHeaderFile`? Ex: ``` /* * "\([A-z]*.kt)\" * Module: "\([A-z\.]*)\" * Project: "\([A-z]*)\" * Copyright © $year,...

Thanks, @nedtwigg for the help and for pointing me in the right direction. Will have a look into this. `Module` is dynamic. But based on what you suggested, I feel...

Hi... I created a draft PR for this. As this integration is highly subjective, looking for the feedback: https://github.com/mikaelacaron/brain-marks/pull/148

I don't think `portable_swiftlint.zip` will help either. Here is what I tried. I downloaded the portable version of swiftlint using Curl using the command: ``` curl -s -L https://github.com/realm/SwiftLint/releases/download/0.47.0/portable_swiftlint.zip -o...