dongjoon-hyun commented on code in PR #6:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/6#discussion_r1575215880
##########
build.gradle:
##########
@@ -1,3 +1,17 @@
+buildscript {
+ repositories {
+ maven {
+ url = uri("https://plugins.gradle.org/m2/")
+ }
+ }
+ dependencies {
+ classpath
"com.github.spotbugs.snom:spotbugs-gradle-plugin:${spotBugsGradlePluginVersion}"
+ classpath
"com.diffplug.spotless:spotless-plugin-gradle:${spotlessPluginVersion}"
+ }
+}
+
+assert JavaVersion.current().isJava11Compatible(): "Java 11 or newer is
required"
Review Comment:
Please enforce `Java 17 or newer`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]