diff --git a/build.gradle b/build.gradle index 6b58c05..cc06284 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,4 @@ +//file:noinspection all wrapper { gradleVersion = "8.10" distributionType = Wrapper.DistributionType.BIN @@ -10,8 +11,9 @@ subprojects { prj -> version = "1.2.5" compileJava { - sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 + sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17 options.encoding = "UTF-8" + options.compilerArgs << "-Xlint:-unchecked" << "-Xlint:-deprecation" } repositories {