From 732147566e83c1e160154b18c33618a36fac30e0 Mon Sep 17 00:00:00 2001 From: axtloss Date: Wed, 24 May 2023 00:40:33 +0200 Subject: Add blob deduplication Adds installed blobs to a database and skips downloading them if it finds them in the database --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9cf798b..a24c523 100755 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ 1.0-SNAPSHOT - 20 - 20 + 17 + 17 UTF-8 @@ -67,6 +67,12 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + \ No newline at end of file -- cgit v1.2.3