frankgh commented on code in PR #181:
URL: https://github.com/apache/cassandra-sidecar/pull/181#discussion_r1938313311
##########
server/build.gradle:
##########
@@ -32,7 +32,8 @@ plugins {
id('com.google.cloud.tools.jib') version '3.4.4'
}
-sourceCompatibility = 1.8
+sourceCompatibility = 11
+group 'org.apache.cassandra'
Review Comment:
the server group differs from the subprojects. This doesn't change existing
behavior. We declare the common group in the parent gradle (it used to be
'org.apache.cassandra') and now we explicitly declare it in the server's
build.gradle file
--
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]