Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
Energy ADE 3 3DCityDB
Commits
7e1241e0
Commit
7e1241e0
authored
Oct 14, 2025
by
Rushikesh Padsala
Browse files
Updated build.gradle with correct paths
parent
e9c57401
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
7e1241e0
...
@@ -9,7 +9,7 @@ plugins {
...
@@ -9,7 +9,7 @@ plugins {
group
=
'de.stuttgart.hft'
group
=
'de.stuttgart.hft'
version
=
'beta7-0.1'
version
=
'beta7-0.1'
description
'Energy ADE
2
beta 7 extension for the 3DCityDB - release 0.1'
description
'Energy ADE
3 (
beta 7
)
extension for the 3DCityDB - release 0.1'
repositories
{
repositories
{
maven
{
maven
{
...
@@ -28,9 +28,9 @@ configurations {
...
@@ -28,9 +28,9 @@ configurations {
dependencies
{
dependencies
{
api
'org.citydb:impexp-client-gui:5.5.1'
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
transitive
=
false
}
}
...
@@ -45,7 +45,7 @@ test {
...
@@ -45,7 +45,7 @@ test {
}
}
distributions
.
main
{
distributions
.
main
{
distributionBaseName
=
'energy-ade
2
'
distributionBaseName
=
'energy-ade
3
'
contents
{
contents
{
from
'README.md'
from
'README.md'
...
@@ -60,4 +60,4 @@ distributions.main {
...
@@ -60,4 +60,4 @@ distributions.main {
from
"$rootDir/resources/database/3dcitydb"
from
"$rootDir/resources/database/3dcitydb"
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment