From 5ab75f15898ca2f17c640c654cc064548e94c335 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 15 Feb 2019 14:48:52 +0000 Subject: [PATCH] Add javapoet BR for auto --- tycho.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tycho.yaml b/tycho.yaml index 259a903..8d44081 100644 --- a/tycho.yaml +++ b/tycho.yaml @@ -52,6 +52,8 @@ data: - auto-javadoc - cbi-plugins-javadoc - decentxml-javadoc + - javapoet + - javapoet-javadoc - tesla-polyglot - tesla-polyglot-atom - tesla-polyglot-javadoc @@ -88,6 +90,11 @@ data: ref: master rationale: > Runtime dependency of tycho. + javapoet: + buildorder: 10 + ref: master + rationale: > + Build dependency of auto. tesla-polyglot: buildorder: 10 ref: master