Skip to content

Commit

Permalink
issue: Unsupported class file major version jdk8-17, command: gradle …
Browse files Browse the repository at this point in the history
…assembleOsxDist
  • Loading branch information
fjh658 committed Nov 14, 2021
1 parent a783ade commit ba0a05d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.netflix.nebula:gradle-ospackage-plugin:5.3.0' // RPM & DEB support
classpath 'edu.sc.seis.gradle:launch4j:2.4.4'
classpath 'net.sf.proguard:proguard-gradle:6.1.0'
classpath 'com.netflix.nebula:gradle-ospackage-plugin:9.0.0' // RPM & DEB support
classpath 'edu.sc.seis.launch4j:launch4j:2.5.1'
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
8 changes: 4 additions & 4 deletions services/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'java'

dependencies {
compile 'com.fifesoft:rsyntaxtextarea:3.0.4'
compile 'org.ow2.asm:asm:7.1'
compile 'com.fifesoft:rsyntaxtextarea:3.1.3'
compile 'org.ow2.asm:asm:9.2'
compile 'org.jd:jd-core:' + parent.jdCoreVersion
compile project(':api')
testCompile 'junit:junit:4.12'
Expand All @@ -24,8 +24,8 @@ configurations {
}

dependencies {
compile 'org.antlr:antlr4-runtime:4.5'
antlr4 'org.antlr:antlr4:4.5'
compile 'org.antlr:antlr4-runtime:4.9.3'
antlr4 'org.antlr:antlr4:4.9.3'
}

task antlr4OutputDir() {
Expand Down

0 comments on commit ba0a05d

Please sign in to comment.