We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b4a3b commit 0c08ae6Copy full SHA for 0c08ae6
.github/workflows/gradle.yml
@@ -30,4 +30,4 @@ jobs:
30
java-version: ${{ matrix.java-version }}
31
distribution: 'zulu'
32
- name: Build with Gradle
33
- run: ./gradlew build --stacktrace --info
+ run: ./gradlew clean compileJava --stacktrace --info
build.gradle.kts
@@ -63,7 +63,7 @@ gradle.projectsEvaluated {
63
val project = this
64
65
tasks.withType<JavaCompile> {
66
- //options.compilerArgs.add("-Xlint:" + xlint())
+ options.compilerArgs.add("-Xlint:none" + xlint())
67
}
68
69
plugins.withType<JavaPlugin> {
0 commit comments