You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/09 16:55:47 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #1180: Remove the dependencies.lock from git and make them re-generated when building project

rdblue commented on a change in pull request #1180:
URL: https://github.com/apache/iceberg/pull/1180#discussion_r452358677



##########
File path: build.gradle
##########
@@ -103,6 +103,7 @@ subprojects {
   compileJava {
     options.encoding = "UTF-8"
   }
+  compileJava.dependsOn(generateLock, saveLock)

Review comment:
       We should remove the locking plugin as well, right?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org