From 65d2eb0c7cc033cc6295d6186dc1146e6f122a1d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 2 Oct 2023 14:11:42 -0700 Subject: [PATCH] Added Generated Version bld extension reference --- .idea/compiler.xml | 16 ---------------- README.md | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .idea/compiler.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 40012f2..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 19c03d3..21dfd41 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ public class ExampleBuild extends Project { Please look at [ExampleBuild](https://github.com/ethauvin/semver/blob/master/examples/java/bld/src/bld/java/com/example/ExampleBuild.java) in the [examples/java/bld](https://github.com/ethauvin/semver/tree/master/examples/java/bld) directory for a sample. It also shows how to incorporate the generated code into the `source tree`, more information is also available [here](https://forum.uwyn.com/post/36). +bld also has a [Generated Version](https://github.com/rife2/bld-generated-version) extension which provides similar functionalities. + ## Gradle ### Class Generation