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
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '0.1.4.1'
version = pluginAPIVersion
repositories {
mavenCentral()