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

dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3056d13b Ninja fix for CASSANDRA-18874.  Make sure to add clojars repo 
to accord-core to pick up elle
3056d13b is described below

commit 3056d13bc8c45a22ec794e0979d02f469cc4e209
Author: David Capwell <dcapw...@gmail.com>
AuthorDate: Tue Nov 7 10:56:51 2023 -0800

    Ninja fix for CASSANDRA-18874.  Make sure to add clojars repo to 
accord-core to pick up elle
---
 accord-core/build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/accord-core/build.gradle b/accord-core/build.gradle
index db395aaf..46b29308 100644
--- a/accord-core/build.gradle
+++ b/accord-core/build.gradle
@@ -26,6 +26,12 @@ java {
   withSourcesJar()
 }
 
+repositories {
+    mavenCentral()
+    // needed for clojure dependencies
+    maven { url "https://clojars.org/repo"; }
+}
+
 dependencies {
     implementation group: "com.google.guava", name: "guava", version: 
"27.0-jre"
     implementation group: "net.ju-n.compile-command-annotations", name: 
"compile-command-annotations", version: "1.2.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to