Skip to content

Commit

Permalink
Update lastyear (#2728)
Browse files Browse the repository at this point in the history
* Update last year to 2023
  • Loading branch information
davecramer committed Jan 12, 2023
1 parent b840bf2 commit 98365c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -40,7 +40,7 @@ plugins {

fun reportsForHumans() = !(System.getenv()["CI"]?.toBoolean() ?: props.bool("CI"))

val lastEditYear = 2022 // TODO: by extra(lastEditYear("$rootDir/LICENSE"))
val lastEditYear = 2023 // TODO: by extra(lastEditYear("$rootDir/LICENSE"))

// Do not enable spotbugs by default. Execute it only when -Pspotbugs is present
val enableSpotBugs = props.bool("spotbugs", default = false)
Expand Down

0 comments on commit 98365c3

Please sign in to comment.