Skip to content

Commit

Permalink
Add async job system
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Mar 27, 2024
1 parent 2cb3bbd commit f9f1bdd
Show file tree
Hide file tree
Showing 43 changed files with 3,168 additions and 717 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ checkstyle {
toolVersion = project.checkstyle_version
}

tasks.withType(Checkstyle) {
exclude 'job4j/'
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -71,6 +75,7 @@ dependencies {
implementation ("io.github.skylot:jadx-java-input:${jadx_version}") {
exclude group: 'io.github.skylot', module: 'raung-disasm'
}
implementation "org.controlsfx:controlsfx:${controlsfx_version}"
runtimeOnly "org.tinylog:tinylog-impl:${tinylog_version}"
runtimeOnly "org.tinylog:slf4j-tinylog:${tinylog_version}"

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jadx_version = 1.4.7
mappingio_version = 0.5.0
javaparser_version = 3.25.6
javafx_version = 21.0.1
controlsfx_version = 11.2.0
checkstyle_version = 10.12.5
slf4j_version = 2.0.12
tinylog_version = 2.7.0
Loading

0 comments on commit f9f1bdd

Please sign in to comment.