mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
This might give Python devs an easier time than if all the sample code lived deep inside a gradle project. This means there is no root project gradle build file; the reference-doc-builder and java-examples modules are separate java projects, with their own build files.
10 lines
401 B
XML
10 lines
401 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="GENERAL_MODULE" version="4">
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_16" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/..">
|
|
<excludeFolder url="file://$MODULE_DIR$/../scratch" />
|
|
</content>
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |