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:
+3
-1
@@ -2,11 +2,13 @@ plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
version = '1.10.0'
|
||||
version = coreVersion
|
||||
|
||||
dependencies {
|
||||
implementation project(":Plugin-API")
|
||||
api "org.json:json:20250107"
|
||||
implementation 'org.graalvm.polyglot:polyglot:25.1.3'
|
||||
implementation 'org.graalvm.polyglot:js:25.1.3'
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user