From 235eeac884b0b257ecedb08a7a1ee641d98a40a5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 31 Mar 2024 23:06:48 +0530 Subject: [PATCH] moar social glazing --- .../index.md | 10 +++++++--- go.mod | 4 ++-- go.sum | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md b/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md index 6010cea..4dedade 100644 --- a/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md +++ b/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md @@ -1,10 +1,14 @@ --- title: Improving dependency sync speeds for your Gradle project date: 2024-03-30T21:43:07.031Z -summary: Waiting for Gradle to download dependencies before your IDE becomes - usable is a constant pain for developers. Here are some tips to speed up that - process. +summary: Waiting for Gradle to download dependencies is so 2023. socialImage: "uploads/gradle-social.webp" +categories: + - gradle +tags: + - gradle + - kotlin-multiplatform + - perf --- Android developers are intimately familiar with the ritual of staring at your IDE for tens of minutes while Gradle imports a new project before they can start working on it. While not fully avoidable, there are many ways to improve the situation. For small to medium projects, the time spent on this import phase can be largely dominated by dependency downloads. diff --git a/go.mod b/go.mod index b1896a2..6169947 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/msfjarvis/msfjarvis.dev go 1.19 require ( - github.com/adityatelange/hugo-PaperMod v0.0.0-20231210070605-e0fc64c43e8f // indirect - github.com/msfjarvis/hugo-social-metadata v1.0.0 // indirect + github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 // indirect + github.com/msfjarvis/hugo-social-metadata v1.0.1 // indirect ) diff --git a/go.sum b/go.sum index 9e85e81..2128939 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/adityatelange/hugo-PaperMod v0.0.0-20231210070605-e0fc64c43e8f h1:f+YeYKNnRlma+NrgGtinVOd4ER4DHi4QcIOjoodEuIw= -github.com/adityatelange/hugo-PaperMod v0.0.0-20231210070605-e0fc64c43e8f/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ= -github.com/msfjarvis/hugo-social-metadata v1.0.0 h1:mfLnus8iznPGiyFkJC93eCWr1PrdiNyv2BSONX1ZQVg= -github.com/msfjarvis/hugo-social-metadata v1.0.0/go.mod h1:VfkrQTa9Gvdja58swLlBZz2/7ZEoj5nk9xt0pJAhfVo= +github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 h1:yczLu4cdgnLAiRHGQuxTP86WHfEvip4IAkcKT/2HocE= +github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ= +github.com/msfjarvis/hugo-social-metadata v1.0.1 h1:cnFLbgfEfiDGC7iFUTZ+Y6ME0Lw9rAARMjn4emfb4wQ= +github.com/msfjarvis/hugo-social-metadata v1.0.1/go.mod h1:VfkrQTa9Gvdja58swLlBZz2/7ZEoj5nk9xt0pJAhfVo=