mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06:30 +02:00
whoops i java 11'd
This commit is contained in:
parent
4d8e695fc4
commit
b22edf920e
@ -5,6 +5,10 @@ plugins {
|
||||
id 'com.palantir.git-version' version '0.11.0'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
sourceCompatibility = "1.8"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'commons-cli:commons-cli:1.4'
|
||||
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
|
||||
|
@ -119,7 +119,7 @@ public class InstallWindow implements IUserInterface {
|
||||
@Override
|
||||
public void executeManager(Runnable task) {
|
||||
EventQueue.invokeLater(() -> {
|
||||
worker = new SwingWorkerButWithPublicPublish<>() {
|
||||
worker = new SwingWorkerButWithPublicPublish<Void, InstallProgress>() {
|
||||
|
||||
@Override
|
||||
protected Void doInBackground() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user