This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new f821841a8 [FINERACT-1690] Improve gitpod integrations
f821841a8 is described below

commit f821841a80d042ebefb915d5b982ebf4c595d3ac
Author: Francis Mwangi <[email protected]>
AuthorDate: Thu Aug 11 04:28:53 2022 +0000

    [FINERACT-1690] Improve gitpod integrations
---
 .gitpod.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index ecff3c678..2fbf60073 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -20,7 +20,7 @@
 # https://www.gitpod.io/docs/41_Config_Gitpod_File/
 # https://github.com/gitpod-io/workspace-images/tree/master/mysql
 
-image: gitpod/workspace-mysql
+image: gitpod/workspace-mysql:2022-08-04-13-40-17
 ports:
 - port: 3306
   onOpen: ignore
@@ -40,3 +40,4 @@ tasks:
       ./gradlew createDB -PdbName=fineract_tenants
       ./gradlew createDB -PdbName=fineract_default
       ./gradlew build -x test
+  init: sdk default java 17.0.4.fx-zulu

Reply via email to