Moved versions of the "public facing" modules to the gradle.properties

Core:
- Fixed my promis of making Core work with multiple OllamaObjects
This commit is contained in:
2026-07-30 21:24:06 +02:00
parent b8280e6ec5
commit 5ae5920478
5 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.4'
}
version = '1.0-SNAPSHOT'
version = APIVersion
dependencies {
implementation project(":Core")