1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 04:55:10 +00:00

chore: question about improving Version.java and gradle.properties

This commit is contained in:
Arnaud Roques 2023-05-17 22:17:15 +02:00
parent f72fec23c3
commit 95026709a6
2 changed files with 4 additions and 0 deletions

View File

@ -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 version = 1.2023.8beta2
org.gradle.workers.max = 3 org.gradle.workers.max = 3

View File

@ -44,6 +44,8 @@ import net.sourceforge.plantuml.utils.SignatureUtils;
public class Version { public class Version {
// ::remove folder when __HAXE__ // ::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"; private static final String version = "1.2023.8beta2";
public static String versionString() { public static String versionString() {