File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' java'
22
3+ version = ' 0.1'
4+
35repositories {
46 jcenter()
57 mavenLocal()
68 mavenCentral()
7- // maven { url 'https://jitpack.io' }
89 flatDir {
910 dirs localDir
1011 }
1112}
1213
13- version = ' 0.1'
14-
1514dependencies {
1615
17- implementation ' io.github.material-ui-swing:SwingSnackBar:0.0.1-rc6 '
18- implementation ' io.github.vincenzopalazzo: material-ui-swing:1.1.1 '
16+ implementation ' io.github.vincenzopalazzo: material-ui-swing:1.1.2 '
17+ implementation ' io.github.material-ui-swing:SwingSnackBar:0.0.2 '
1918 implementation ' io.github.material-ui-swing:DarkStackOverflowTheme:0.0.1-rc2'
19+ implementation group : ' org.swinglabs' , name : ' swingx' , version : ' 1.6.1'
2020
2121 implementation ' ch.qos.logback:logback-classic:1.2.3'
2222 implementation ' ch.qos.logback:logback-core:1.2.3'
2323 implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
24+
2425 implementation group : ' com.google.inject' , name : ' guice' , version : ' 4.2.3'
25- implementation group : ' org.swinglabs' , name : ' swingx' , version : ' 1.6.1'
2626 implementation ' com.google.code.gson:gson:2.8.5'
27- implementation group : ' com.bulenkov' , name : ' darcula' , version : ' 2018.2'
28-
2927
3028 testImplementation ' org.mockito:mockito-core:2.28.2'
3129 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.3.1'
Original file line number Diff line number Diff line change 1- localDir = /media /vincent/VincentHDD/local-library/java
1+ localDir =/home /vincent/Github/material-projects/material-ui-swing/build/libs
You can’t perform that action at this time.
0 commit comments