From 7e1241e0434cd5317102304871036167ba42442e Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala Date: Tue, 14 Oct 2025 12:35:09 +0000 Subject: [PATCH] Updated build.gradle with correct paths --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0e24ecc..4842368 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group = 'de.stuttgart.hft' version = 'beta7-0.1' -description 'Energy ADE2beta 7 extension for the 3DCityDB - release 0.1' +description 'Energy ADE 3 (beta 7) extension for the 3DCityDB - release 0.1' repositories { maven { @@ -28,9 +28,9 @@ configurations { dependencies { api 'org.citydb:impexp-client-gui:5.5.1' - api 'org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1' + api 'org.citygml4j.ade:energy-ade-3-citygml4j:3.0.1' - citygml4j('org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1') { + citygml4j('org.citygml4j.ade:energy-ade-3-citygml4j:3.0.1') { transitive = false } @@ -45,7 +45,7 @@ test { } distributions.main { - distributionBaseName = 'energy-ade2' + distributionBaseName = 'energy-ade3' contents { from 'README.md' @@ -60,4 +60,4 @@ distributions.main { from "$rootDir/resources/database/3dcitydb" } } -} \ No newline at end of file +} -- GitLab