Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created June 24, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zskamljic/3ba5921ffedd5796c4398c35aeb81f3a to your computer and use it in GitHub Desktop.
Save zskamljic/3ba5921ffedd5796c4398c35aeb81f3a to your computer and use it in GitHub Desktop.
package com.equaleyes.demoplugin;
import org.gradle.api.*;
@NonNullApi
public class DemoPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment