An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
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. }