Commit 7ad2794d authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Merge branch 'beta7' into 'master'

Updated build.gradle with correct paths

See merge request !8
parents 939477bb 7e1241e0
......@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment