Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit d95879f

Browse files
Make version overridable from command line.
1 parent 5cc29d0 commit d95879f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ subprojects { proj ->
88

99
description = 'Structurizr'
1010
group = 'com.structurizr'
11-
version = '3.2.0'
1211

1312
repositories {
1413
mavenCentral()

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ signing.secretKeyRingFile=/some/path
55
ossrhUsername=username
66
ossrhPassword=password
77

8+
version=3.2.0

0 commit comments

Comments
 (0)