/usr/share/gradle-debian-helper/init.gradle is in gradle-debian-helper 1.5.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /**
* Init script for the Gradle Helper Plugin
*/
initscript {
dependencies {
classpath files('/usr/share/java/gradle-helper-plugin.jar')
classpath files('/usr/share/java/maven-repo-helper.jar')
}
}
apply plugin: org.debian.gradle.DebianHelperPlugin
|