You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin redmadrobot.root-project now can be applied to any project that should be considered as "root" project for gradle-infrastructure.
It may be useful for projects where you need to apply gradle-infrastructure only to particular subprojects.
Added Detekt tasks detekt[Variant]All with type resolution
Added the detektBaselineAll task to create a baseline file for Detekt rules.
Added detektBaseline[Variant]All tasks to create a baseline file for Detekt rules with type resolution.
Added option redmadrobot.jvmTarget to specify target JVM for Kotlin and Java compilers.
Added option redmadrobot.android.testTasksFilter to filter tasks that should be run on ':test'.
Changed
Android libraries' publication moved back to infrastructure from infrastructure-android.
Use only files with extension .pro from proguard directory as inputs for R8.