我在一个Java文件中使用sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback。代码在Idea中构建和运行得很好,但在使用gradlecompileJava时失败。msnavclient\MsNavClient.java:5: error: package sun.net.www.protocol.http.ntlm does not exist
import sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallba
有一个命令列出了在项目级别可访问的所有任务(gradle tasks),这是我在使用Gradle时经常使用的。有没有办法查看每个任务中可用的属性?我希望能够做这样的事情: gradle properties compileJava #this should list all properties available in **compileJava
我正在从Maven迁移到Gradle,我对生成的源代码有一个问题。下面是其中一个子项目的build.gradle plugins { id 'net.ltgt.apt-idea' version '0.15' '-Aquerydsl.entityAccessors=true',
'-s', "${generatedS