From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: lexikiq Date: Sun, 26 Dec 2021 20:48:45 -0500 Subject: [PATCH] Build changes diff --git a/build.gradle.kts b/build.gradle.kts index a23b2bd8e1ca1ff8d0ad5ed5d5e41c89e4795090..590754921a6c7de54fa79d0a15c95a9630c53eff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,6 +22,7 @@ configurations.api { } dependencies { + api(project(":Parchment-Common")) // Parchment // api dependencies are listed transitively to API consumers api("commons-lang:commons-lang:2.6") api("com.google.guava:guava:31.0.1-jre")