Skip to content

Commit 66e2f25

Browse files
Externalise Structurizr for Java version.
1 parent ffab896 commit 66e2f25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ targetCompatibility = 17
1313

1414
repositories {
1515
mavenCentral()
16-
//mavenLocal()
16+
mavenLocal()
1717
}
1818

1919
dependencies {
2020

21-
def structurizrVersion = '3.1.0'
2221
implementation "com.structurizr:structurizr-dsl:${structurizrVersion}"
2322
implementation "com.structurizr:structurizr-export:${structurizrVersion}"
2423
implementation "com.structurizr:structurizr-autolayout:${structurizrVersion}"

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
version = 1.0.0
1+
structurizrVersion=3.1.0
2+
version=1.0.0

0 commit comments

Comments
 (0)