github.com/jfrog/jfrog-cli-core/v2@v2.52.0/tests/testdata/gradle/api/build.gradle (about) 1 configurations { 2 spi 3 } 4 5 dependencies { 6 implementation project(':shared') 7 implementation module("commons-lang:commons-lang:2.4") { 8 dependency("commons-io:commons-io:1.2") 9 } 10 implementation group: 'org.apache.wicket', name: 'wicket', version: '1.3.7' 11 12 } 13 14 // Just a smoke test that using this option does not lead to any exception 15 compileJava.options.compilerArgs = ['-Xlint:unchecked']