An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
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. }