grv87 / gradle-base-plugins

Base plugins for Gradle projects and plugins developed by FIDATA
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add about plugin #85

Open grv87 opened 5 years ago

grv87 commented 5 years ago

Add plugin reading all required info from .ABOUT file.

  1. This will replace most our custom properties in ProjectConvention and RootProjectConvention
  2. This will replace nebula contacts plugin
  3. This will give actual license file name (to place it to JAR)
  4. JPSL should read publicReleases from .ABOUT file, to avoid any discrepancies
  5. Configure Github from info in .ABOUT file content (see #24)