Apply the java-library plugin to add support for Java Library id 'io.freefair.lombok' version '3.8.4'但我发现了一个错误:
Unable to load class 'org.gradle.api.plugins.quality.FindBugsPlugin'.
在Java10迁移之后,我遇到了一个错误java.lang.ExceptionInInitializerError以下是控制台中的完整输出:Information:javac 10.0.2 was used to compile java sources
Information:11/27/2018 6:06 PM - Compilation
我有以下类:public class ConsultationPointOfContact { private String phoneNumber;}我得到了一个错误:
Error:(11, 1) java: constructor ConsultationPointOfContact in class models
命令行gradlew channelRelease多渠道打包时出错,报错信息如下
package="com.only.cloudphone" found in source AndroidManifest.xmlPlease instead set the namespace (or testNamespace) in the module's build.gradle file, as described here
lombok.ast.ecj.EcjTreeConverter.access$100(EcjTreeConverter.java:141)at lombok.ast.ecj.EcjTreeConverter.visit(EcjTreeConverter.java:295)
at lombok.ast.ecj.EcjTreeConverter.toTreelombok.ast.ecj.EcjTreeConverter.fill
at lombok.ast.ecj.EcjTreeConverter.visit(EcjTreeConverter.java:295) at lombok.ast.ecj.EcjTreeConverter.fillList(EcjTreeConverter.java:252)
at lombok.ast.ecj.EcjTreeConverter.accessat lombok.ast.ecj.Ec