Skip to content

Commit

Permalink
Prepare JD-GUI 1.6.3, JD-Core 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jul 13, 2019
1 parent daaf6f6 commit 758f02e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'nebula.ospackage'

// Common configuration //
rootProject.version='1.6.2'
rootProject.ext.set('jdCoreVersion', '1.0.6')
rootProject.version='1.6.3'
rootProject.ext.set('jdCoreVersion', '1.0.7')
targetCompatibility = '1.8'

allprojects {
Expand All @@ -31,10 +31,7 @@ allprojects {
}

repositories {
mavenCentral()
maven {
url 'https://raw.github.com/java-decompiler/mvn-repo/master'
}
jcenter()
}

configurations {
Expand Down

0 comments on commit 758f02e

Please sign in to comment.