1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Required plugin for gradle deps diff workflow (#60299)

This commit is contained in:
Matt Bayley
2025-05-15 12:41:57 -07:00
committed by GitHub
parent c6dc8eb827
commit 13d77e6e3f

View File

@@ -19,6 +19,7 @@ allprojects {
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'com.google.devtools.ksp'
apply plugin: 'idea'
apply plugin: 'project-report'
// By default gradle uses directory as the project name. That works very well in a single project environment but