File: build.gradle

package info (click to toggle)
android-platform-tools-analytics-library 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,312 kB
  • sloc: java: 2,408; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
subprojects { Project project ->
    // only configure leaf projects.
    if (!project.getSubprojects().isEmpty()) return

    apply plugin: 'java'
}
apply from: 'debian/version.gradle'