| include_defs('//bucklets/gerrit_plugin.bucklet') |
| include_defs('//bucklets/maven_jar.bucklet') |
| name = 'gerrit-oauth-provider', |
| srcs = glob(['src/main/java/**/*.java']), |
| resources = glob(['src/main/resources/**/*']), |
| 'Gerrit-PluginName: gerrit-oauth-provider', |
| 'Gerrit-HttpModule: com.googlesource.gerrit.plugins.oauth.HttpModule', |
| 'Gerrit-InitStep: com.googlesource.gerrit.plugins.oauth.InitOAuth', |
| 'Implementation-Title: Gerrit OAuth authentication provider', |
| 'Implementation-URL: https://github.com/davido/gerrit-oauth-provider', |
| deps = [':gerrit-oauth-provider__plugin'], |
| id = 'org.scribe:scribe:1.3.7', |
| sha1 = '583921bed46635d9f529ef5f14f7c9e83367bc6e', |