mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
gradle, version can now be set on command line.
the default version is in gradle.properties, to change it e.g. to 1.0.0 call: gradle build -Pversion=1.0.0
This commit is contained in:
parent
2a946bf80b
commit
eb37b1f33b
@ -16,7 +16,6 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "net.sourceforge.plantuml"
|
group = "net.sourceforge.plantuml"
|
||||||
version = "1.2021.16-SNAPSHOT"
|
|
||||||
description = "PlantUML"
|
description = "PlantUML"
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
version = "1.2021.16-SNAPSHOT"
|
Loading…
Reference in New Issue
Block a user