This commit is contained in:
parent
3c5ffa744e
commit
c3abfd89ae
16
build.gradle
16
build.gradle
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'tech.nevets'
|
group = 'tech.nevets'
|
||||||
version = '0.3.0'
|
version = '0.3.1'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -16,13 +16,13 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation files("libs/miglayout-swing-11.4.2.jar")
|
//implementation files("libs/miglayout-swing-11.4.2.jar")
|
||||||
implementation files("libs/miglayout-core-11.4.2.jar")
|
//implementation files("libs/miglayout-core-11.4.2.jar")
|
||||||
//implementation "com.miglayout:miglayout-swing:11.4.2"
|
implementation "com.miglayout:miglayout-swing:11.4.2"
|
||||||
implementation files("libs/flatlaf-3.5.1.jar")
|
//implementation files("libs/flatlaf-3.5.1.jar")
|
||||||
//implementation "com.formdev:flatlaf:3.5.1"
|
implementation "com.formdev:flatlaf:3.5.1"
|
||||||
implementation files("libs/gson-2.11.0.jar")
|
//implementation files("libs/gson-2.11.0.jar")
|
||||||
//implementation "com.google.code.gson:gson:2.11.0"
|
implementation "com.google.code.gson:gson:2.11.0"
|
||||||
|
|
||||||
implementation "tech.nevets:JConf:0.1.0:no-deps"
|
implementation "tech.nevets:JConf:0.1.0:no-deps"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user