Skip to content

Commit 3e0ae83

Browse files
darxriggsfabienrenaud
authored andcommitted
Resolve Gradle deprecation warnings
1 parent ce52f91 commit 3e0ae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = 1.8
1313
targetCompatibility = 1.8
1414

1515
repositories {
16-
jcenter()
16+
mavenCentral()
1717
}
1818

1919
ext {
@@ -100,7 +100,7 @@ dependencies {
100100
}
101101

102102
shadowJar {
103-
archiveName = 'app.jar'
103+
archiveFileName = 'app.jar'
104104
exclude 'META-INF/*.SF'
105105
exclude 'META-INF/*.DSA'
106106
exclude 'META-INF/*.RSA'

0 commit comments

Comments
 (0)