Skip to content

Commit 3179ea5

Browse files
committed
Put the plugin-init script into the same package as the plugin (relates to #203, #209)
1 parent 7518dd3 commit 3179ea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/de/thetaphi/forbiddenapis/gradle/plugin-init.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/** Initializes the plugin and binds it to project lifecycle. */
1818

19+
package de.thetaphi.forbiddenapis.gradle;
20+
1921
import org.gradle.api.plugins.JavaBasePlugin;
2022
import org.gradle.api.file.ConfigurableFileCollection;
2123

0 commit comments

Comments
 (0)