mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 20:45:10 +00:00
chore: question about improving Version.java and gradle.properties
This commit is contained in:
parent
f72fec23c3
commit
95026709a6
@ -1,2 +1,4 @@
|
||||
# Warning, "version" should be the same in gradle.properties and Version.java
|
||||
# Any idea anyone how to magically synchronize those :-) ?
|
||||
version = 1.2023.8beta2
|
||||
org.gradle.workers.max = 3
|
@ -44,6 +44,8 @@ import net.sourceforge.plantuml.utils.SignatureUtils;
|
||||
public class Version {
|
||||
// ::remove folder when __HAXE__
|
||||
|
||||
// Warning, "version" should be the same in gradle.properties and Version.java
|
||||
// Any idea anyone how to magically synchronize those :-) ?
|
||||
private static final String version = "1.2023.8beta2";
|
||||
|
||||
public static String versionString() {
|
||||
|
Loading…
Reference in New Issue
Block a user