- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for strictCompile (0.06 sec)
-
build-logic/jvm/src/main/kotlin/gradlebuild.strict-compile.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.jvm.extension.StrictCompileExtension extensions.create<StrictCompileExtension>("strictCompile") val strictCompilerArgs = listOf("-Werror", "-Xlint:all", "-Xlint:-options", "-Xlint:-serial", "-Xlint:-classfile", "-Xlint:-try") tasks.withType<JavaCompile>().configureEach {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 15 20:21:31 UTC 2023 - 1.2K bytes - Viewed (0)