<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-23 12:39:22 +03:00
parent 539f477c95
commit fddd145cfc
9 changed files with 408 additions and 1 deletions
+7
View File
@@ -18,3 +18,10 @@ buildscript {
classpath(libs.google.services.gmc)
}
}
// Configure Java toolchain
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}