Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !2144

Add java_plugin rule

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/thalescm/thales/add-java-plugin into master Dec 28, 2018
  • Overview 92
  • Commits 26
  • Pipelines 0
  • Changes 55

Created by: thalescm

Added java_plugin rule.

This new rule is very similar to java_annotation_processor rule. Main difference is that it enable you to provide standard javac plugins, and not only annotation processors.

Next step is to allow javac plugins to share classloaders, equally to what we do with annotation processors.

PS: It's easier to review this PR following the commits.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/thalescm/thales/add-java-plugin