From 73032bfc79482f22ba3b9e6bda763cedf2358599 Mon Sep 17 00:00:00 2001 From: Jonas Schaub <44881147+JonasSchaub@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:49:42 +0200 Subject: [PATCH] test commit to test building action --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a0f5bf..623afa8 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ publishing { description = 'Implementation of the ART 2-A fingerprint clustering algorithm in Java.' url = 'https://github.com/JonasSchaub/ART2a-Clustering-for-Java' - //this way, properties can be added: + //this way, properties can be added: //properties = [ //myProp: "value", //"prop.with.dots": "anotherValue"