We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc1e8f commit 3904abaCopy full SHA for 3904aba
2 files changed
README.md
@@ -6,8 +6,6 @@ JD-Core is a JAVA decompiler written in JAVA.
6
[http://java-decompiler.github.io](http://java-decompiler.github.io)
7
- JD-Core source code:
8
[https://github.com/java-decompiler/jd-core](https://github.com/java-decompiler/jd-core)
9
-- JD Maven repository:
10
-[https://raw.github.com/java-decompiler/mvn-repo/master](https://raw.github.com/java-decompiler/mvn-repo/master)
11
- JCenter Maven repository:
12
[https://jcenter.bintray.com/](https://jcenter.bintray.com/)
13
build.gradle
@@ -11,7 +11,7 @@ dependencies {
testCompile 'junit:junit:4.12'
}
14
-version='1.1.2'
+version='1.1.3'
15
16
tasks.withType(JavaCompile) {
17
sourceCompatibility = targetCompatibility = '1.8'
0 commit comments