bbotella commented on code in PR #119:
URL: https://github.com/apache/cassandra-sidecar/pull/119#discussion_r1612138353
##########
build.gradle:
##########
@@ -40,16 +40,19 @@ plugins {
id 'maven-publish'
// since we're using a specific version here, we delay applying the plugin
till the all projects
- id "com.github.spotbugs" version "3.0.0" apply false
+ id 'com.github.spotbugs' version '3.0.0' apply false
// https://github.com/nebula-plugins/gradle-ospackage-plugin/wiki
- id "nebula.ospackage" version "8.3.0"
- id 'nebula.ospackage-application' version "8.3.0"
+ id 'nebula.ospackage' version '8.3.0'
+ id 'nebula.ospackage-application' version '8.3.0'
id 'com.google.cloud.tools.jib' version '2.2.0'
id 'org.asciidoctor.jvm.convert' version '3.1.0'
// Release Audit Tool (RAT) plugin for checking project licenses
- id("org.nosphere.apache.rat") version "0.8.0"
+ id 'org.nosphere.apache.rat' version "0.8.0"
Review Comment:
Nit: Single quotes for the `0.8.0` for consistency?
--
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]