diff --git a/numass-viewer/build.gradle b/numass-viewer/build.gradle index 9bb52c60..b8e6fecc 100644 --- a/numass-viewer/build.gradle +++ b/numass-viewer/build.gradle @@ -10,6 +10,7 @@ version = "0.3.5" description = "The viewer for numass data" configurations { + compile.exclude module: 'groovy-all' compile.exclude module: 'groovy' compile.exclude module: 'fontawesomefx' compile.exclude module: 'httpclient'