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