Skip to content

Commit 3485c96

Browse files
committed
Prepare JD-GUI 1.7.0, JD-Core 1.2.0
1 parent 0c79d68 commit 3485c96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
repositories {
33
mavenCentral()
4+
mavenLocal()
45
jcenter()
56
maven {
67
url 'https://plugins.gradle.org/m2/'
@@ -22,7 +23,7 @@ apply plugin: 'nebula.ospackage'
2223

2324
// Common configuration //
2425
rootProject.version = '1.7.0'
25-
rootProject.ext.set('jdCoreVersion', '1.1.3')
26+
rootProject.ext.set('jdCoreVersion', '1.2.0')
2627
targetCompatibility = '1.8'
2728

2829
allprojects {
@@ -38,6 +39,7 @@ allprojects {
3839

3940
repositories {
4041
jcenter()
42+
mavenLocal()
4143
}
4244

4345
configurations {

0 commit comments

Comments
 (0)