Rob - I'll allow Aleks to give you some pointers. At one point Aleks wrote that: "The official documentation should be this: https://fineract.apache.org/docs/current/ (together with https://fineract.apache.org/docs/database)."
I'm inclined to agree with him although that means that some of the README needs to come over to the docs. Thanks, James Dailey On Tue, Jun 13, 2023 at 4:10 PM Rob Tompkins <chtom...@gmail.com> wrote: > Where are the docs housed in the codebase? I ask because I want to > contribute to the getting started docs as I get up to speed. > > On Jun 13, 2023, at 12:57 PM, Aleksandar Vidakovic < > chee...@monkeysintown.com> wrote: > > Hi Rob, > > ... nothing to worry about... these warnings are related to our release > gradle plugin, there is nothing wrong here. > > This thing is only used when we do a release (the final artifacts need to > be signed... that's why the GPG stuff is there). > > Just to say: ignore :-) > > Cheers, > > Aleks > On 13/06/2023 18:11, Rob Tompkins wrote: > > Hey all, > > Two things: (1) I’m working on docs for dev setup, and (2) I’m runninng > into the following > > I’m trying to build the project from gradle, and I think it’s succeeding, > but I’m getting this warning: > > <fineract.png> > > fineract/buildSrc/src/main/groovy/org/apache/fineract/gradle/service/GpgService.groovy > at develop · apache/fineract > <https://github.com/apache/fineract/blob/develop/buildSrc/src/main/groovy/org/apache/fineract/gradle/service/GpgService.groovy#L90> > github.com > <https://github.com/apache/fineract/blob/develop/buildSrc/src/main/groovy/org/apache/fineract/gradle/service/GpgService.groovy#L90> > > <https://github.com/apache/fineract/blob/develop/buildSrc/src/main/groovy/org/apache/fineract/gradle/service/GpgService.groovy#L90> > > > is there documentation on how to properly set up your GPG “.kbx” file. I’m > not familiar with that as we on commons just use the maven gpg/pgp plugin > to sort things out. Maybe this is a difference with regards to maven vs > gradle. That said, I think I like gradle a little more than maven (but only > just a little). > > Anyways, curious folk’s thoughts here. > > Cheers, > -Rob > > >