An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

14 строки
201B

  1. pluginManagement {
  2. plugins {
  3. id 'biz.aQute.bnd.workspace' version bnd_version
  4. }
  5. repositories {
  6. maven { url bnd_snapshots }
  7. gradlePluginPortal()
  8. }
  9. }
  10. plugins {
  11. id 'biz.aQute.bnd.workspace'
  12. }