Skip to content

Commit

Permalink
#1: Tweak Gradle build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Dec 2, 2022
1 parent 32b4a3b commit 0c08ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew build --stacktrace --info
run: ./gradlew clean compileJava --stacktrace --info
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gradle.projectsEvaluated {
val project = this

tasks.withType<JavaCompile> {
//options.compilerArgs.add("-Xlint:" + xlint())
options.compilerArgs.add("-Xlint:none" + xlint())
}

plugins.withType<JavaPlugin> {
Expand Down

0 comments on commit 0c08ae6

Please sign in to comment.