Upgrade Gradle

This commit is contained in:
LoveSy
2024-09-09 22:40:55 +08:00
committed by John Wu
parent 4a9158f667
commit 45d91c9658
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ kapt {
useBuildCache = true
mapDiagnosticLocations = true
javacOptions {
option("-Xmaxerrs", 1000)
option("-Xmaxerrs", "1000")
}
}