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: >> >> 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