We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffab896 commit 66e2f25Copy full SHA for 66e2f25
build.gradle
@@ -13,12 +13,11 @@ targetCompatibility = 17
13
14
repositories {
15
mavenCentral()
16
- //mavenLocal()
+ mavenLocal()
17
}
18
19
dependencies {
20
21
- def structurizrVersion = '3.1.0'
22
implementation "com.structurizr:structurizr-dsl:${structurizrVersion}"
23
implementation "com.structurizr:structurizr-export:${structurizrVersion}"
24
implementation "com.structurizr:structurizr-autolayout:${structurizrVersion}"
gradle.properties
@@ -1 +1,2 @@
1
-version = 1.0.0
+structurizrVersion=3.1.0
2
+version=1.0.0
0 commit comments