From 37420561321736010191444380d273be0bde35bb Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:05:00 +0100 Subject: [PATCH 1/2] Update pom.xml Modified the version number in AppWish GUI Pom --- AppWish/AppWish/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppWish/AppWish/pom.xml b/AppWish/AppWish/pom.xml index b5ec0c0..8add37e 100644 --- a/AppWish/AppWish/pom.xml +++ b/AppWish/AppWish/pom.xml @@ -5,7 +5,7 @@ 4.0.0 pn.dev code-generator-gui - 1.0 + 1.1 CodeGenerator-GUI @@ -34,7 +34,7 @@ pn.dev code-generator - 1.0 + 1.1 org.openjfx @@ -96,4 +96,4 @@ - \ No newline at end of file + From ec26fbd49172d997ac96ebe9243e3b996af7fbf4 Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:06:51 +0100 Subject: [PATCH 2/2] Update makefile.yml A build step has been added to the AppWish GUI --- .github/workflows/makefile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 060bcd3..2674097 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -22,6 +22,9 @@ jobs: - name: build code-generator run: make code-generator + - name: build appwish-gui + run: make appwish +