Skip to content

Commit

Permalink
Prepare JD-GUI 1.7.0, JD-Core 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentiumYT committed Sep 18, 2023
1 parent 0c79d68 commit 3485c96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
maven {
url 'https://plugins.gradle.org/m2/'
Expand All @@ -22,7 +23,7 @@ apply plugin: 'nebula.ospackage'

// Common configuration //
rootProject.version = '1.7.0'
rootProject.ext.set('jdCoreVersion', '1.1.3')
rootProject.ext.set('jdCoreVersion', '1.2.0')
targetCompatibility = '1.8'

allprojects {
Expand All @@ -38,6 +39,7 @@ allprojects {

repositories {
jcenter()
mavenLocal()
}

configurations {
Expand Down

0 comments on commit 3485c96

Please sign in to comment.