Android代码-gradle-errorprone-plugin

时间:2022-08-28 01:15:12
【文件属性】:

文件名称:Android代码-gradle-errorprone-plugin

文件大小:86KB

文件格式:ZIP

更新时间:2022-08-28 01:15:12

Android代码

gradle-errorprone-plugin This plugin configures JavaCompile tasks to use the Error Prone compiler. Requirements This plugin requires using at least Gradle 4.6. While JDK 8 is supported, it is recommended to use at least a JDK 9 compiler. See note below about JDK 8 support. Usage plugins { id("net.ltgt.errorprone") version "" } Note: snippets in this guide use features from the latest Gradle version, so beware if copy/pasting. This plugin creates a configuration named errorprone, and configur


【文件预览】:
gradle-errorprone-plugin-master
----build.gradle.kts(4KB)
----.gitignore(17B)
----src()
--------main()
--------test()
----.travis.yml(530B)
----gradlew(6KB)
----LICENSE(11KB)
----README.md(13KB)
----gradlew.bat(3KB)
----gradle()
--------wrapper()
----appveyor.yml(770B)
----settings.gradle.kts(46B)
----.editorconfig(269B)

网友评论