You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/02/13 05:29:58 UTC

[incubator-tuweni] branch master updated: zip64 in the right place

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new cd2b37c  zip64 in the right place
cd2b37c is described below

commit cd2b37c057200469f63d16d3257af62677687f1c
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Wed Feb 12 21:29:42 2020 -0800

    zip64 in the right place
---
 dist/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist/build.gradle b/dist/build.gradle
index 1154dc7..98f7300 100644
--- a/dist/build.gradle
+++ b/dist/build.gradle
@@ -10,6 +10,9 @@
  * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations under the License.
  */
+import org.gradle.crypto.checksum.Checksum
+import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
+
 plugins { id 'com.bmuschko.docker-remote-api' version '3.2.3' }
 
 description = 'Tuweni distribution.'
@@ -68,7 +71,6 @@ distributions {
   }
   sources {
     baseName = 'tuweni-src'
-    zip64 = true
     contents {
       mandatoryFiles(it)
       into('') {
@@ -129,7 +131,7 @@ distributions {
   }
 }
 
-import org.gradle.crypto.checksum.Checksum
+sourcesDistZip { zip64 = true }
 
 distTar{ compression = Compression.GZIP }
 
@@ -171,8 +173,6 @@ task createChecksums(type: Checksum, dependsOn: [
 
 build.dependsOn('createChecksums')
 
-import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
-
 task buildGossipImage(type: DockerBuildImage) {
   dependsOn gossipDistTar
   inputDir = projectDir


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org