Skip to content

Commit

Permalink
Externalise Structurizr for Java version.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 2, 2024
1 parent ffab896 commit 66e2f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ targetCompatibility = 17

repositories {
mavenCentral()
//mavenLocal()
mavenLocal()
}

dependencies {

def structurizrVersion = '3.1.0'
implementation "com.structurizr:structurizr-dsl:${structurizrVersion}"
implementation "com.structurizr:structurizr-export:${structurizrVersion}"
implementation "com.structurizr:structurizr-autolayout:${structurizrVersion}"
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
version = 1.0.0
structurizrVersion=3.1.0
version=1.0.0

0 comments on commit 66e2f25

Please sign in to comment.