Fix #1147: shadowJar minimize exclude JFoenix

This commit is contained in:
Glavo
2021-10-31 12:54:38 +08:00
committed by Yuhui Huang
parent f67c3d5284
commit aab6f68492
2 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ subprojects {
apply plugin: 'checkstyle'
repositories {
flatDir name: 'libs', dirs: rootProject.file('lib')
mavenCentral()
maven { url 'https://jitpack.io' }