Cyrill commented on code in PR #2706:
URL: https://github.com/apache/ignite-3/pull/2706#discussion_r1362019053


##########
packaging/odbc/build.gradle:
##########
@@ -45,6 +45,11 @@ def tokens = [
 ]
 
 task replacePackageScriptVars(type: Copy) {
+    doFirst {
+        if (!project.hasProperty('odbc.enable')) {
+            throw new GradleException("Property 'odbc.enable' is not 
initiated. Please re-invoke command with `-Podbc.enable` flag.")

Review Comment:
   "is not defined"



-- 
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]

Reply via email to