Files
NeuroDock/settings.gradle
Zacharias 4262dd68c6
Some checks failed
build / build (push) Has been cancelled
Enhanced tool management in OllamaObject and added Maven publishing configuration.
- Updated `OllamaObject` to support tool registration with sources.
- Improved error handling and debug logging in multiple classes.
- Added Maven plugin and publication setup in `build.gradle`.
- Updated version to `1.3`.

Signed-off-by: Zacharias <zacharias@4zellen.se>
2025-08-18 20:01:42 +02:00

15 lines
481 B
Groovy

rootProject.name = 'AI-test'
include 'API', 'Core', 'Display', 'launcher'
include 'MALAPITool'
/**
* LEGAL WARNING:
* This module contains code that scrapes lyrics from Genius.com, which is against Genius API's Terms of Service.
*
* If you wish to avoid any potential legal issues, comment out or remove the line below and ensure no modules depend on this.
* The core NeuroDock system will still function without this module.
*/
include 'GeniusAPI'
include 'WikipediaTool'