Updated to reflect the update in 1.6 of Core, and of the move fro me.zacharias.neurodock to me.neurodock

Signed-off-by: Zacharias <alienfromdia@proton.me>
This commit is contained in:
2026-05-27 23:46:33 +02:00
parent 1b4cf0f570
commit a366b1a4bf
3 changed files with 13 additions and 11 deletions
+5 -3
View File
@@ -2,17 +2,19 @@ plugins {
id 'java'
}
group = 'me.zacharias'
group = 'me.neurodock'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
mavenLocal()
maven {
url = "https://git.server.4zellen.se/api/packages/neurodock/maven"
}
}
dependencies {
implementation "me.zacharias.neurodock:Core:1.5"
implementation "me.neurodock:Core:1.6"
implementation 'com.formdev:flatlaf:3.4.1'
testImplementation platform('org.junit:junit-bom:6.0.0')