mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16: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'
|
id 'com.palantir.git-version' version '0.11.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileJava {
|
||||||
|
sourceCompatibility = "1.8"
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'commons-cli:commons-cli:1.4'
|
implementation 'commons-cli:commons-cli:1.4'
|
||||||
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
|
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
|
||||||
|
@ -119,7 +119,7 @@ public class InstallWindow implements IUserInterface {
|
|||||||
@Override
|
@Override
|
||||||
public void executeManager(Runnable task) {
|
public void executeManager(Runnable task) {
|
||||||
EventQueue.invokeLater(() -> {
|
EventQueue.invokeLater(() -> {
|
||||||
worker = new SwingWorkerButWithPublicPublish<>() {
|
worker = new SwingWorkerButWithPublicPublish<Void, InstallProgress>() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Void doInBackground() {
|
protected Void doInBackground() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user