您可能也有测试依赖项,因此需要将其排除在外。在脚本中包括以下内容:
testCompile("org.springframework.boot:spring-boot-starter-test") { exclude group: 'com.vaadin.external.google', module: 'android-json'}
您可能也有测试依赖项,因此需要将其排除在外。在脚本中包括以下内容:
testCompile("org.springframework.boot:spring-boot-starter-test") { exclude group: 'com.vaadin.external.google', module: 'android-json'}