Skip to content

Commit

Permalink
chore(gradle): Sort compiler options alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 7, 2024
1 parent 56d5421 commit 400e0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ tasks.withType<KotlinCompile>().configureEach {

compilerOptions {
allWarningsAsErrors = true
optIn = optInRequirements
jvmTarget = maxKotlinJvmTarget
optIn = optInRequirements
}
}

Expand Down

0 comments on commit 400e0f4

Please sign in to comment.