jlink
and nativeImage
not anymore included in assemble
This commit is contained in:
@@ -49,9 +49,5 @@ public class JlinkPlugin implements Plugin<Project> {
|
||||
zip.from(jlinTaskProvider);
|
||||
});
|
||||
|
||||
tasks.named(BasePlugin.ASSEMBLE_TASK_NAME, Task.class, t -> {
|
||||
t.getInputs().files(jlinkZipTaskProvider);
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -55,9 +55,5 @@ public class NativeImagePlugin implements Plugin<Project> {
|
||||
configurations.getByName(JavaPlugin.RUNTIME_CLASSPATH_CONFIGURATION_NAME));
|
||||
nativeImageTask.getClasspath().set(classpath);
|
||||
});
|
||||
|
||||
tasks.named(BasePlugin.ASSEMBLE_TASK_NAME, Task.class, t -> {
|
||||
t.getInputs().files(nativeImageTaskProvider);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user