X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=src%2Forg%2Fargeo%2Fbuild%2FMake.java;h=8e178cd52630b2c62895276653184956f449a0ef;hb=096f5c3cc75f2c97733d51edfbadbbf715f9b80f;hp=78310597c15a4982f03dccbaa2b2ecf35965adb2;hpb=1d38b1c8155f35271cf20217167eb6901df25272;p=cc0%2Fargeo-build.git diff --git a/src/org/argeo/build/Make.java b/src/org/argeo/build/Make.java index 7831059..8e178cd 100644 --- a/src/org/argeo/build/Make.java +++ b/src/org/argeo/build/Make.java @@ -140,7 +140,6 @@ public class Make { } /** Compile all the bundles which have been passed via the --bundle argument. */ - @SuppressWarnings("restriction") void compile(Map> options) throws IOException { List bundles = options.get("--bundles"); Objects.requireNonNull(bundles, "--bundles argument must be set");