Skip to content

Commit

Permalink
Fixes, refactor and optimizations
Browse files Browse the repository at this point in the history
Removed all plugin dependencies

Merged plugins in the base flowupdater project

Plugins renamed to integrations

Modpack's mods fetch now asynchronous

Improved asset download by using cached thread pool executor

Removed plugin exceptions

Added FlowUpdaterException
  • Loading branch information
FlowArg committed Sep 1, 2021
1 parent ca257c8 commit 61f92b7
Show file tree
Hide file tree
Showing 28 changed files with 500 additions and 915 deletions.
64 changes: 0 additions & 64 deletions CurseForgePlugin/build.gradle

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions OptifinePlugin/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@ version '1.5.0'
archivesBaseName = "flowupdater"

dependencies {
compileOnly project(":CurseForgePlugin")
compileOnly project(":OptifinePlugin")

// Only for internal tests
testImplementation 'fr.flowarg:openlauncherlib:3.2.2'
testRuntimeOnly project(':CurseForgePlugin')
testRuntimeOnly project(':OptifinePlugin')
testImplementation 'org.json:json:20210307'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
}
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'FlowUpdater'
include 'CurseForgePlugin', 'OptifinePlugin'
rootProject.name = 'FlowUpdater'
Loading

0 comments on commit 61f92b7

Please sign in to comment.