Looks like the task should be createMySQLDB in this case.

Also, try 1.10.1 instead of 1.10.0, the current stable release. Aleks
worked around the doc build dependency issue in
227bdf6e4f0d271e19193fe6f9d59f36720a772a.

--

This was a useful thread to tease apart and learn a couple things! I was
working on the build right now anyway so I took a look. I got a quick repro
by checking out 1.10.0 and trying to run gradle clean (see attached).

Running the dependencies task in the top-level dir does nothing useful. Is
there some Fineract way to get a proper dependency tree, especially for the
fineract-doc module? The buildEnvironment task shows a tree for the root
project, but doesn't show anything useful for the fineract-doc project.
fineract <(1.10.0) $>]$ gradle clean

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'fineract'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.burgstaller:okhttp-digest:1.10.
     Searched in the following locations:
       - 
https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
     Required by:
         root project : > 
org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin:3.3.2 > 
org.asciidoctor:asciidoctor-gradle-jvm-gems:3.3.2 > 
com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2 > 
io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3

* Try:
> If the artifact you are trying to retrieve can be found in the repository but 
> without metadata in 'Maven POM' format, you need to adjust the 
> 'metadataSources { ... }' of the repository declaration.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 17s
8 actionable tasks: 5 executed, 3 up-to-date

Reply via email to