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:
+5
-3
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user