mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
feat: adding edgy tools in stdlib
https://github.com/plantuml/plantuml-stdlib/pull/84
This commit is contained in:
parent
26189b1e64
commit
533c27cba5
@ -1,4 +1,4 @@
|
|||||||
# Warning, "version" should be the same in gradle.properties and Version.java
|
# Warning, "version" should be the same in gradle.properties and Version.java
|
||||||
# Any idea anyone how to magically synchronize those :-) ?
|
# Any idea anyone how to magically synchronize those :-) ?
|
||||||
version = 1.2023.14beta2
|
version = 1.2024.0beta1
|
||||||
org.gradle.workers.max = 3
|
org.gradle.workers.max = 3
|
@ -46,7 +46,7 @@ public class Version {
|
|||||||
|
|
||||||
// Warning, "version" should be the same in gradle.properties and Version.java
|
// Warning, "version" should be the same in gradle.properties and Version.java
|
||||||
// Any idea anyone how to magically synchronize those :-) ?
|
// Any idea anyone how to magically synchronize those :-) ?
|
||||||
private static final String version = "1.2023.14beta2";
|
private static final String version = "1.2024.0beta1";
|
||||||
|
|
||||||
public static String versionString() {
|
public static String versionString() {
|
||||||
return version;
|
return version;
|
||||||
|
BIN
stdlib/edgy-abx.repx
Normal file
BIN
stdlib/edgy-abx.repx
Normal file
Binary file not shown.
1
stdlib/edgy-dex.repx
Normal file
1
stdlib/edgy-dex.repx
Normal file
@ -0,0 +1 @@
|
|||||||
|
;
|
@ -8,6 +8,7 @@ classy-c4
|
|||||||
cloudinsight
|
cloudinsight
|
||||||
cloudogu
|
cloudogu
|
||||||
domainstory
|
domainstory
|
||||||
|
edgy
|
||||||
elastic
|
elastic
|
||||||
kubernetes
|
kubernetes
|
||||||
logos
|
logos
|
||||||
|
Loading…
Reference in New Issue
Block a user